Added ${url.base} to template model so templates can build urls. Modified templates accordingly to replace ${url.home} with {$url.base}. Also replaced ${url.base}/images with ${url.images}. Added scripts and stylesheets to personHasEducationalTraining.ftl.
This commit is contained in:
parent
239c38b3c3
commit
4a3bc7d092
5 changed files with 33 additions and 25 deletions
|
@ -20,7 +20,7 @@
|
|||
</nav>
|
||||
|
||||
<section id="generic-class-graph" role="region">
|
||||
<img src="${urls.home}/images/menupage/visual-graph-generic-class.jpg" width="500" height="283" alt ="" />
|
||||
<img src="${urls.images}/menupage/visual-graph-generic-class.jpg" width="500" height="283" alt ="" />
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue