| | |
| | | <?xml version="1.0" encoding="UTF-8"?>
|
| | | <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
|
| | | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
| | | <html xmlns="http://www.w3.org/1999/xhtml" |
| | | xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd" |
| | | xml:lang="en" |
| | | lang="en"> |
| | |
|
| | | <wicket:panel>
|
| | | <!-- page path links -->
|
| | | <div class="page_path">
|
| | | <span wicket:id="path">
|
| | | <span wicket:id="pathLink"></span> <span wicket:id="pathSeparator"></span>
|
| | | </span>
|
| | | <ul class="breadcrumb">
|
| | | <li wicket:id="path">
|
| | | <span wicket:id="pathLink"></span> <span class="divider" wicket:id="pathSeparator"></span>
|
| | | </li>
|
| | | </ul>
|
| | | </div>
|
| | | </wicket:panel>
|
| | | </html> |