Changeset 3 for branches/rsr.v5.1.dev/web/punbb/include/template
- Timestamp:
- Nov 14, 2011, 11:17:15 PM (13 years ago)
- Location:
- branches/rsr.v5.1.dev/web/punbb/include/template
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rsr.v5.1.dev/web/punbb/include/template/admin.tpl
r1 r3 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 3 <html dir="<pun_content_direction>"> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<pun_language>" lang="<pun_language>" dir="<pun_content_direction>"> 4 3 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset= <pun_char_encoding>" />4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 5 <pun_head> 7 6 </head> 7 8 8 <body> 9 9 10 <div id="punwrap">11 10 <div id="punadmin" class="pun"> 11 <div class="top-box"><div><!-- Top Corners --></div></div> 12 <div class="punwrap"> 12 13 13 14 <div id="brdheader" class="block"> … … 24 25 <pun_announcement> 25 26 27 <div id="brdmain"> 26 28 <pun_main> 29 </div> 27 30 28 31 <pun_footer> 29 32 30 33 </div> 34 <div class="end-box"><div><!-- Bottom Corners --></div></div> 31 35 </div> 32 36 -
branches/rsr.v5.1.dev/web/punbb/include/template/help.tpl
r1 r3 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 3 <html dir="<pun_content_direction>"> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<pun_language>" lang="<pun_language>" dir="<pun_content_direction>"> 4 3 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset= <pun_char_encoding>" />4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 5 <pun_head> 7 6 </head> 7 8 8 <body> 9 9 10 <div id="punwrap"> 11 <div id="helpfile" class="pun"> 10 <div id="punhelp" class="pun"> 11 <div class="top-box"><div><!-- Top Corners --></div></div> 12 <div class="punwrap"> 12 13 14 <div id="brdmain"> 13 15 <pun_main> 16 </div> 14 17 15 18 </div> 19 <div class="end-box"><div><!-- Bottom Corners --></div></div> 16 20 </div> 17 21 -
branches/rsr.v5.1.dev/web/punbb/include/template/index.html
r1 r3 1 <html> 2 <head> 3 <title>.</title> 4 </head> 5 <body> 6 . 7 </body> 8 </html> 1 <html><head><title>.</title></head><body>.</body></html> -
branches/rsr.v5.1.dev/web/punbb/include/template/main.tpl
r1 r3 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 3 <html dir="<pun_content_direction>"> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<pun_language>" lang="<pun_language>" dir="<pun_content_direction>"> 4 3 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset= <pun_char_encoding>" />4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 5 <pun_head> 7 6 </head> 7 8 8 <body> 9 <div id="punwrap"> 9 10 10 <div id="pun<pun_page>" class="pun"> 11 <div id="brdheader" class="block"> 11 <div class="top-box"><div><!-- Top Corners --></div></div> 12 <div class="punwrap"> 13 14 <div id="brdheader" class="block"> 12 15 <div class="box"> 13 16 <div id="brdtitle" class="inbox"> 17 <pun_title> 14 18 <pun_desc> 15 19 </div> … … 17 21 <pun_status> 18 22 </div> 19 23 </div> 20 24 21 25 <pun_announcement> 22 26 27 <div id="brdmain"> 23 28 <pun_main> 29 </div> 24 30 25 31 <pun_footer> 26 32 27 33 </div> 34 <div class="end-box"><div><!-- Bottom corners --></div></div> 28 35 </div> 29 36 -
branches/rsr.v5.1.dev/web/punbb/include/template/maintenance.tpl
r1 r3 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 3 <html dir="<pun_content_direction>"> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<pun_language>" lang="<pun_language>" dir="<pun_content_direction>"> 4 3 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset= <pun_char_encoding>" />4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 5 <pun_head> 7 6 </head> 7 8 8 <body> 9 9 10 <div id="punwrap">11 10 <div id="punmaint" class="pun"> 11 <div class="top-box"><div><!-- Top Corners --></div></div> 12 <div class="punwrap"> 12 13 13 <div class="block"> 14 <h2><pun_maint_heading></h2> 15 <div class="box"> 16 <div class="inbox"> 17 <p><pun_maint_message></p> 18 </div> 19 </div> 14 <div id="brdmain"> 15 <pun_maint_main> 20 16 </div> 21 17 22 18 </div> 19 <div class="end-box"><div><!-- Bottom Corners --></div></div> 23 20 </div> 24 21 -
branches/rsr.v5.1.dev/web/punbb/include/template/redirect.tpl
r1 r3 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 3 <html dir="<pun_content_direction>"> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<pun_language>" lang="<pun_language>" dir="<pun_content_direction>"> 4 3 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset= <pun_char_encoding>" />4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 5 <pun_head> 7 6 </head> 7 8 8 <body> 9 9 10 <div id="punwrap">11 10 <div id="punredirect" class="pun"> 11 <div class="top-box"><div><!-- Top Corners --></div></div> 12 <div class="punwrap"> 12 13 13 <div class="block"> 14 <h2><pun_redir_heading></h2> 15 <div class="box"> 16 <div class="inbox"> 17 <p><pun_redir_text></p> 18 </div> 19 </div> 14 <div id="brdmain"> 15 <pun_redir_main> 20 16 </div> 21 17 … … 23 19 24 20 </div> 21 <div class="end-box"><div><!-- Bottom Corners --></div></div> 25 22 </div> 26 23
Note: See TracChangeset
for help on using the changeset viewer.