Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic
In directory sc8-pr-cvs1:/tmp/cvs-serv1507/phpslash-ft/public_html/templates/en/basic
Modified Files:
backendWml.tpl
Added Files:
article-xhtmlb.tpl backendXHTMLb.tpl
Log Message:
Jonar Eikeland supplied xhtmlb and wml output
--- NEW FILE: article-xhtmlb.tpl ---
<?xml version="1.0" encoding="iso-8859-1"?>
<!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">
<head>
<title>{SITE_NAME} {PAGETITLE} : {TITLE}</title>
<link type="text/css" rel="stylesheet" href="{ROOTDIR}/styles/xhtmlb.css"/>
</head>
<body>
<p class="headline">{TITLE}</p>
<p>{INTRO_TEXT}</p>
<p>{BODY_TEXT}</p>
<p>Delivered by <a href="{ROOTDIR}">{SITENAME}</a></p>
</body>
</html>
--- NEW FILE: backendXHTMLb.tpl ---
<?xml version="1.0" encoding="iso-8859-1"?>
<!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">
<head>
<title>{SITE_NAME}</title>
<link type="text/css" rel="stylesheet" href="{ROOTDIR}/styles/xhtmlb.css"/>
</head>
<body>
<!-- BEGIN each_story -->
<p><a href="{ROOTDIR}/article.php3?story_id={STORY_ID}&submit=xhtmlb">{TITLE}</a><br/> {INTRO_TEXT}</p>
<!-- END each_story -->
<p class="menu">Show [ <a title="full description" href="{ROOTDIR}/backend.php3?view=xhtmlb">Intro</a> | <a title="no description" href="{ROOTDIR}/backend.php3?view=xhtmlb&d=0">No Intro</a> ]</p>
<p>News collected from {SITE_NAME}</p>
</body>
</html>
Index: backendWml.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/backendWml.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** backendWml.tpl 14 Sep 2002 16:12:17 -0000 1.3
--- backendWml.tpl 8 Jan 2003 16:46:20 -0000 1.4
***************
*** 1,11 ****
! <?xml version="1.0" encoding="UTF-8" ?>
! <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
! <wml>
! <card id="nifcard" title="{SITE_NAME}">
! <!-- BEGIN each_story -->
! <p><u>{TITLE}</u> <i>{INTRO_TEXT}</i></p>
! <!-- END each_story -->
! <p align="right">Powered by {SITE_NAME}</p>
! </card>
! </wml>
!
--- 1,12 ----
! <?xml version="1.0" encoding="iso-8859-1"?>
! <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
! <wml>
! <card id="nifcard" title="{SITE_NAME}">
! <!-- BEGIN each_story -->
! <p><u><a href="{ROOTDIR}/article.php3?story_id={STORY_ID}&submit=wml">{TITLE}</a></u><br/> {INTRO_TEXT}</p>
! <!-- END each_story -->
! <p align="center">Show [ <a title="full description" href="{ROOTDIR}/backend.php3?view=wml">Intro</a> | <a title="no description" href="{ROOTDIR}/backend.php3?view=wml&d=0">No Intro</a> ]</p>
! <p align="right">News collected from {SITE_NAME}</p>
! </card>
! </wml>
!
|