Changeset 25009 in main
- Timestamp:
- 04/08/22 23:30:34 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm/trunk/src/main/webapps/nmibis-content/xml/html_content/about/wiki_test.xml
r24996 r25009 4 4 5 5 <ibis:doc> 6 <name>about/ Welcome</name>7 <summary> Home Module's Welcome Page</summary>6 <name>about/wiki test</name> 7 <summary>test page to try different wiki</summary> 8 8 <description> 9 This is the main introduction page for the Utah IBIS-PH site. It should10 provide an overview of what the system offers as well as links to main11 system modules. It should be updated frequently as new query modules12 or indicator profiles are published (with links) so that returning users13 can see what has been added/changed. Also any new system features should14 also be mentioned on this page.15 <br/><br/>16 17 Note that it is okay to have local style definitions within this page18 since this page is very site specific already...19 9 </description> 20 10 </ibis:doc> 21 11 22 12 23 <TITLE>Welcome to IBIS-PH; Utah's Public Health Data Resource</TITLE> 24 <KEYWORDS>Utah Public Health Indicator Profile Query Data Welcome</KEYWORDS> 25 <DESCRIPTION>Utah's Indicator-Based Information System for Public Health Data Resource - Welcome Home Page</DESCRIPTION> 13 <TITLE>Wiki Test Page to Play with Wiki markup</TITLE> 26 14 27 15 <OTHER_HEAD_CONTENT> … … 51 39 52 40 <CONTENT> 41 42 <h2 style="font-weight: bold; color: red;"> 43 This is a test page NOT an examples page. 44 </h2> 45 <div class="Note"> 46 THOU SHALT NEVER USE WIKI CODE WITHIN AN HTML_CONTENT PAGE. 47 HTML_CONTENT pages accept HTML directly which makes this not needed and 48 adds complexity. Also HTML_CONTENT pages do not include wiki processing!!! 49 </div> 50 53 51 <a name="top"/> 54 52 '''BOLD''', ''ITALICS'', '''''BOLD ITALICS''''', __Underline__, … … 63 61 64 62 LINKS: (Note need a [br] to get new line) [[br]] 65 NON titled HTTP link[https://www.msn.com]. [[br]]66 NON titled HTTPS link[https://www.msn.com].<br/>67 NON titled SPACED link[http://www.msn.com/somedir/some doc.pdf] - BROKEN NEEDS %20<br/>68 NON titled %20 link[http://www.msn.com/somedir/some%20doc.pdf] <br/>69 TEST RELATIVE link using HTTP prefix [http:about/Welcome.html]. [[br]]70 TEST titled RELATIVE [[http:./indicator/index/Alphabetical.html HTTP Prefix - IP Alpha]]. [[br]]71 TEST titled RELATIVE [[a href=http://localhost/indicator/index/Alphabetical.html named element no leading / or context - IP Alpha]]. [[br]]72 T EST titled RELATIVE [[a href=./indicator/index/Alphabetical.html Relative named element ./ - IP Alpha]]. [[br]]73 T EST titled RELATIVE [[a href=/ibisph-view/indicator/index/Alphabetical.html named element with leading / and context path but NO server info - IP Alpha]]. [[br]]74 75 TITLED link [http://www.msn.com MSN HOME PAGE TITLE] and some other text.<br/>76 TITLED link [http://www.msn.com/somedir/some doc.pdf TITLE WITH space] - BROKEN NEEDS %20<br/>77 TITLED link [http://www.msn.com/somedir/some%20doc.pdf TITLE WITH %20].78 79 TEST RELATIVE link using HTTP prefix [http:about/Welcome.html]. [[br]] 80 T EST titled RELATIVE [http:./indicator/index/Alphabetical.html HTTP Prefix - IP Alpha]. [[br]]81 T EST titled RELATIVE [[a href=indicator/index/Alphabetical.html named element no leading / or context- IP Alpha]]. [[br]]82 T EST titled RELATIVE [[a href=./indicator/index/Alphabetical.html Relative named element ./- IP Alpha]]. [[br]]83 T EST titled RELATIVE[[a href=/ibisph-view/indicator/index/Alphabetical.html named element with leading / and context path but NO server info - IP Alpha]]. [[br]]84 85 63 NON titled HTTP [https://www.msn.com]. [[br]] 64 NON titled HTTPS [https://www.msn.com].<br/> 65 NON titled SPACED [http://www.msn.com/somedir/some doc.pdf] - BROKEN NEEDS %20<br/> 66 NON titled %20 [http://www.msn.com/somedir/some%20doc.pdf] <br/> 67 NON titled RELATIVE [/indicator/index/Alphabetical.html]. [[br]] 68 NON titled RELATIVE [indicator/index/Alphabetical.html]. [[br]] 69 NON titled RELATIVE with HTTP prefix [http:about/Welcome.html]. [[br]] 70 TITLED [http://www.msn.com MSN HOME PAGE TITLE] and some other text.<br/> 71 TITLED SPACED [http://www.msn.com/somedir/some doc.pdf TITLE WITH space] - BROKEN NEEDS %20<br/> 72 TITLED %20 [http://www.msn.com/somedir/some%20doc.pdf TITLE WITH %20].<br/> 73 TITLED RELATIVE [indicator/index/Alphabetical.html alpha index]. [[br]] 74 TITLED RELATIVE [/indicator/index/Alphabetical.html alpha index]. [[br]] 75 TITLED RELATIVE with HTTP prefix [http:about/Welcome.html Welcome to WIKI]. 76 77 Relative Links - needs to use the STD HTML wiki tag:<br/> 78 TITLED RELATIVE [[a href=indicator/index/Alphabetical.html named element no leading / or context - IP Alpha]]. [[br]] 79 TITLED DOT RELATIVE [[a href=./indicator/index/Alphabetical.html Relative named element ./ - IP Alpha]]. [[br]] 80 TITLED NO CONTEXT [[a href=http://localhost/indicator/index/Alphabetical.html named element no leading / or context - IP Alpha]]. [[br]] 81 TITLED CONTEXT [[a href=/ibisph-view/indicator/index/Alphabetical.html named element with leading / and context path but NO server info - IP Alpha]]. [[br]] 82 TITLED RELATIVE with HTTP prefix [[http:./indicator/index/Alphabetical.html HTTP Prefix - IP Alpha]]. [[br]] 83 NON titled RELATIVE [[a href="/indicator/index/Alphabetical.html"]]. 86 84 87 85 Long Line Anaomoly: Here's a titled link to [http://www.msn.com THE TITLE] and another on same line "but with extra text messing things up" [http://www.msn.com SAME LINE TITLE] with the second one not working. … … 169 167 170 168 ---- 171 Example of how to embed an image: [[img src="http://ibis.health.utah.gov/image/triangle_usage.gif"]] 172 <br/> 173 Local link that Example: [[a href="#top" TOP OF PAGE]] # link. 169 Full image path: [[img src="http://ibis.health.utah.gov/image/triangle_usage.gif"]] <br/> 170 Relative image path: [[img src="image/logo.png"]] 171 <br/><br/> 172 173 Old style has link (does not work with BASE element): [[a href="#top" TOP OF PAGE]] # link. 174 174 175 175
Note: See TracChangeset
for help on using the changeset viewer.