-
Notifications
You must be signed in to change notification settings - Fork 2
/
cider.jml
9 lines (9 loc) · 2.14 KB
/
cider.jml
1
2
3
4
5
6
7
8
9
[macro cider-button $url @txt][button-col gold $url @txt][/macro]
[macro cider-menu][cider-button cider Cider][cider-button cider-listing Listing][cider-button cider-add Add][/macro]
[macro header @title]<html><head><title>[unhtml @title]</title>[default-style]</head><body><header class='foothead' style='min-height:20px; padding-top: 6px;'><a href='http://whereismycider.org' style='color:gold;font-size:20px'>whereismycider.org</a></header>[cider-menu]<h1 style='font-family:ariel;border-bottom:2px solid black;'>@title</h1>[/macro]
[macro cider][header Cider]<p>I have created this site to rememeber and for other to find and contribute great places to drink cider. I'm currently in Hong Kong but travel in Asia.<p><p>The easiest way to contribute it to <b>share a Google Maps location by email</b> to <a href='mailto:cider\@yesco.org'>cider\@yesco.org</a>. At the end of the subject line add information like:<br/><ul><pre>To: cider\@yesco.org<br/>Subject: Centre Stage, bulmers original big bottle 95hkd 40% off HH till 10pm<br/><br/>Centre Stage<br/>82 Jaffe Rd, Wan Chai, Hong Kong</br>+852 2595 1202</br></br>https://goo.gl/maps/t4EB1KN1siz</br></pre></ul></p>The information will then be added later.[footer][/macro]
[macro cider-listing][header Cider Listing]<table width='100%' cellspacing="0" cellpadding="0"><th>City</th><th>Bar name</th><th>Cider</th><th>Address</th></tr>[cider-list-rows]</table><br/><br/><br/>[cider-menu]<br/><br/><br/>[footer][/macro]
[macro cider-list-rows][cider-row [cider-one]][/macro]
[macro cider-row @data]<tr><td>[field city @data]</td><td>[field name @data]</td><td>[field cider @data]</td><td>[field address @data]</tr>[/macro]
[macro cider-one]<entry><city>Hong Kong</city><name>Centre Stage</name><cider>bulmers original big bottle 95hkd 40% off HH till 10pm</cider><email><subject>Centre Stage, bulmers original big bottle 95hkd 40% off HH till 10pm</subject><body><address>Centre Stage<br/>82 Jaffe Rd, Wan Chai, Hong Kong</br><phone>+852 2595 1202</phone></br></br><mapslink>https://goo.gl/maps/t4EB1KN1siz</mapslink></address></body></email></entry>[/macro]
[macro field $name @xml][match-do identity <$name>(.*)</$name> @xml][/macro]