28 lines
641 B
XML
28 lines
641 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
|
|
"http://www.wapforum.org/DTD/wml_1.1.xml">
|
|
<!-- Copyright (c) 2000 by BEA Systems, Inc.
|
|
All Rights Reserved. -->
|
|
|
|
<!-- set document type to WML -->
|
|
<!-- <%@ page contentType="text/vnd.wap.wml" %> -->
|
|
|
|
<wml>
|
|
<template>
|
|
<do type="prev" label="back">
|
|
<prev/>
|
|
</do>
|
|
</template>
|
|
|
|
<card title="WML DATE EXAMPLE" id="frstcard">
|
|
<p>
|
|
<small>The current date is:
|
|
<br/>
|
|
<!-- <%= new Date() %> -->
|
|
<br/>
|
|
Copyright © 1999-2000 by BEA Systems, Inc.
|
|
All Rights Reserved.</small>
|
|
</p>
|
|
</card>
|
|
</wml>
|