Changeset 12479 in main
- Timestamp:
- 12/08/16 09:43:22 (6 years ago)
- Location:
- adopters/ky/trunk/src/main/webapps
- Files:
-
- 2 added
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
adopters/ky/trunk/src/main/webapps/ibisph-view-content/xml/html_content/about/Welcome.xml
r12152 r12479 54 54 </div> 55 55 </li> 56 </ul> <br/>56 </ul> 57 57 58 58 Welcome to the KIPRC interactive query system for Kentucky's Safety and … … 64 64 <br/><br/> 65 65 66 <img ibis:src="view/image/KDPH-logo.jpg" style="float:right; padding-right: 30px; width: 25%; max-width:200px; opacity: 0.85;"/> 66 67 <h2>Getting Started</h2> 67 68 Follow these four basic steps to query a dataset. -
adopters/ky/trunk/src/main/webapps/ibisph-view/WEB-INF/web.xml
r12467 r12479 253 253 254 254 255 ================ VERSIONED UNTIL v 2.4255 ================ VERSIONED UNTIL v3 256 256 --> 257 257 <url-pattern>/json/*</url-pattern> … … 260 260 <url-pattern>/html/*</url-pattern> 261 261 <url-pattern>/docs/*</url-pattern> 262 <url-pattern>/view/*</url-pattern> 262 263 263 264 <!-- can be useful for debugging but not good for prod as it is a potential security hole -
adopters/ky/trunk/src/main/webapps/ibisph-view/css/_SiteSpecific.css
r12153 r12479 41 41 min-height: 420px; 42 42 } 43 #footer .Section >img43 #footer .Section img 44 44 { 45 margin-top: 25px; 45 display: block; 46 margin-top: 10px; /* 25px; */ 46 47 border: 2px solid #5C5E64; 48 cursor: pointer; 47 49 } 48 50 #footer .Bottom … … 51 53 left: 0; 52 54 bottom: 0; 55 display: inline-block; 56 max-width: 1000px; 57 padding-right: 1em; 53 58 overflow: auto; 54 width: 100%;55 59 background-color: rgba(0,51,102,.65); 56 60 } … … 60 64 display: block; 61 65 text-align: center; 62 width: 70%;66 width: 100%; 63 67 } 64 68 #footer .Bottom .LastModified -
adopters/ky/trunk/src/main/webapps/ibisph-view/xslt/html/SiteSpecific.xslt
r12158 r12479 200 200 201 201 <!-- 11/2/2016 KY MOD - remove My Data from default menu commented out call on line 306--> 202 202 <xsl:template name="MenuSelectionsList.columnsPanel" 203 203 ibis:doc="Main SELECTIONS type processor. Creates MenuContainer div and 204 204 processes sub SELECTION type elements. This template simply calls the … … 311 311 312 312 313 314 313 <xsl:template name="MenuSelectionsList.columnsPanelAdditionalListItem"> 315 314 <li id="userMenu" class="{if(ibis:hasAuthorities())then 'Click Secure' else 'Click'}"> … … 405 404 <xsl:with-param name="controlType" select="'checkbox'"/> 406 405 </xsl:call-template> 406 <!-- 407 <a href="http://chfs.ky.gov/dph/" style="display:block; float: right; margin: 5px 5px 0 0; "> 408 <img src="{$ibis.urlPrefix}image/KDPH-logo.jpg"/> 409 </a> 410 <a href="http://chfs.ky.gov/dph/" style="display:block; margin: 0 auto;"> 411 <img src="{$ibis.urlPrefix}image/KDPH-logo-wide.png"/> 412 </a> 413 --> 407 414 </div> 408 415 </xsl:template> … … 412 419 <div id="footer"> 413 420 414 <div class="Section"> 415 <img src="{$ibis.urlPrefix}image/kirpc_logo.png" 416 onclick="javascript:location.href='http://www.mc.uky.edu/kiprc/'" title="KIPRC Link" 417 alt="KIPRC Logo" 418 /> 419 </div> 421 <div class="Section"> 422 <img src="{$ibis.urlPrefix}image/kirpc_logo.png" 423 onclick="javascript:location.href='http://www.mc.uky.edu/kiprc/'" title="KIPRC Link" 424 alt="KIPRC Logo" 425 /> 426 <img src="{$ibis.urlPrefix}image/kdph_logo.png" 427 onclick="javascript:location.href='http://chfs.ky.gov/dph/'" title="KDPH Link" 428 alt="KDPH Logo" 429 /> 430 </div> 420 431 421 432 <div class="Section">
Note: See TracChangeset
for help on using the changeset viewer.