source: trunk/examples/xmlpatterns/trafficinfo/station_example.wml@ 92

Last change on this file since 92 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 933 bytes
Line 
1//! [0]
2<?xml version="1.0" encoding="iso-8859-1"?>
3<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
4<wml>
5<template>
6 <do type="prev" name="b" label="Tilbake"><prev/></do>
7 <do type="options" label="Nytt søk"><go href="velkommen.wml"/></do>
8</template>
9<card id="Liste" title="Trafikanten">
10<p>
11<small>
12Velg stoppsted: <br />
13
14 <a title="Velg" href="DateLink.asp?fra=05280320">Nydalen (Østre Toten) (Ø-T)</a><br />
15
16 <a title="Velg" href="DateLink.asp?fra=03012126">Nydalen st. (i Store ringvei) (OSL)</a><br />
17
18 <a title="Velg" href="DateLink.asp?fra=03012131">Nydalen T [buss] (OSL)</a><br />
19
20 <a title="Velg" href="DateLink.asp?fra=03012130">Nydalen [T-bane] (OSL)</a><br />
21
22 <a title="Velg" href="DateLink.asp?fra=03012125">Nydalen [tog] (OSL)</a><br />
23
24<br/>
25<a title="Nytt søk" href="Velkommen.wml">"Nytt søk"</a>
26<br/>
27</small>
28</p>
29</card>
30</wml>
31//! [0]
Note: See TracBrowser for help on using the repository browser.