/actions/src/main/webapp/WEB-INF/views/index.jsp
JavaServer Pages | 49 lines | 36 code | 13 blank | 0 comment | 1 complexity | 9dbebc0049a4a5701f8375ddded6e679 MD5 | raw file
1<%@include file="common/top.jsp" %> 2<header id="page-header"> 3 <div class="inner"> 4 <nav id="breadcrumb"> 5 <ol> 6 <li><a href="http://www.ala.org.au">Home</a></li> 7 <li><a href="http://spatial.ala.org.au">Mapping & analysis</a></li> 8 <li class="last">Spatial Portal Dashboard</li> 9 </ol> 10 </nav> 11 <section id="content-search"> 12 <h1>Spatial Portal Dashboard</h1> 13 </section> 14 </div> 15 <!--inner--> 16 17</header> 18<div class="inner"> 19 20 <div class="col-wide last" style="width:100%"> 21 22 <section> 23 <br/> 24 25 Click here for the <a href="/actions/dashboard">dashboard</a>. 26 27 <!-- 28 <ul> 29 <li><a href="/actions/logs">List of all logs</a></li> 30 <li><a href="/actions/apps/">List of all registered apps</a></li> 31 </ul> 32 33 34 <a href="http://localhost:8080/actions/log/action?appid=abc123&email=guest@ala.org.au&type=test&name=hello2&layers=a:b:c&status=started">Sample logging call</a> 35 36 <a href="http://localhost:8080/actions/app/new?name=Spatial%20Portal&email=spatial@ala.org.au&organisation=ALA&description=This%20is%20the%20official%20spatial%20portal%20for%20the%20ALA">http://localhost:8080/actions/app/new?name=Spatial%20Portal&email=spatial@ala.org.au&organisation=ALA&description=This%20is%20the%20official%20spatial%20portal%20for%20the%20ALA</a> 37 --> 38 39 <br/> 40 41 </section> 42 43 44 </div> 45 <!--col-wide--> 46 47</div> 48<!--inner--> 49<%@include file="common/bottom.jsp" %>