-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathview.php
280 lines (241 loc) · 17.3 KB
/
view.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<?php
require_once('includes/Browser.php');
$b = new Browser();
include_once('webfont.php');
$webfont = new WebFont();
$all_query_vars = $webfont->all_query_vars;
header("Content-Type: text/html");
?>
<!DOCTYPE HTML>
<html dir="ltr" lang="my-MM">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<title>MyanmaPress Web Fonts | ြမန်မာ့ပရက်စ် | ြမန်မာတို့အတွက် ြမန်မာ့ပရက်စ်</title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" href="<?php echo $webfont->detected_url; ?>/css.php?font=ayar,ayuni,atku,aksn,anyn,awzo,awgg,attl,atdg,atzm,andw,apyt,atpt,atbg,atwt,atka,ajno,zawgyi-one,myanmar3,mymm,pdk,prb,tnln,taln,yko" />
<link href="<?php echo $webfont->detected_url; ?>/css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="templatemo_outer_wrapper">
<div id="templatemo_wrapper">
<div id="templatemo_header">
<header id="branding" role="banner">
<div id="site_title">
<hgroup>
<h1>
<a href="http://myanmapress.com/">
<!--img src="http://myanmapress.com/wp-content/themes/bluemotion/images/logo.png" width="250" height="50" alt="CDN MyanmaPress" /-->
</a>
<span id="site-description" style="color:#fff;">ြမန်မာတို့အတွက် ြမန်မာ့ပရက်စ်</span>
</h1>
</hgroup>
</div> <!-- end of site_title -->
</div> <!-- end of header -->
<div id="templatemo_menu">
<nav id="access" role="navigation">
<ul class="menu"><li id="menu-item-14" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14"><a title="ဆိုဒ် အဖွင့်စာမျက်နှာ" href="http://www.myanmapress.com/">အဖွင့်စာမျက်နှာ</a></li>
<li id="menu-item-179" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-179"><a title="ဘေလာ့ဂ်စာမူများ" href="http://myanmapress.com/blog/">ဘေလာ့ဂ်</a></li>
<li id="menu-item-180" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-180"><a title="အကူအညီေတာင်းရန်" href="http://myanmapress.com/help/">အကူအညီ</a></li>
<li id="menu-item-181" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-181"><a title="ဆိုဒ်အေြကာင်း သိေကာင်းစရာများ" href="http://myanmapress.com/about/">သိေကာင်းစရာများ</a></li>
</ul>
<ul>
<li><a href="http://myanmapress.com/wp-login.php">ဝင်ပါ</a></li>
<li><a href="http://myanmapress.com/wp-login.php?action=register">မှတ်ပံုတင်ပါ</a>
</li>
</ul>
</nav><!-- #access -->
</header>
</div> <!-- end of templatemo_menu -->
<div id="templatemo_main_top"></div>
<div id="templatemo_main">
<div id="templatemo_content">
<div id="content" class="widecolumn">
<h1>MyanmaPress Web Fonts on Appfog.com</h1>
<h2>List of query to use in URL.</h2>
<?php
echo '<table>';
foreach ($all_query_vars as $font => $query) {
echo '<tr>';
echo '<td width="200">'.$font.'</td>';
echo '<td>';
echo '| ';
foreach( array_unique($query) as $que ){
echo $que.' | ';
}
echo '</td>';
echo '</tr>';
}
echo '</table>';
?>
<p>All Ayar Fonts supported.
</p>
<p>Also support Zawgyi-One</p>
<div style="">You are using
<?php echo $b->getBrowser();?>
</div>
<h1>CSS links</h1>
<div style="font-family:Ayar, Tahoma;">
<h2>Examples and Instructions</h2>
Sample code (rule is simple, just include desired font seperated by comma) : <br />
<code>
<link href='<?php echo $webfont->detected_url; ?>/css.php?font=ayar,ayartakhu,ayarkasone,ayarnayon,ayarwazo,ayarwagaung, ayartawthalin,ayarthadingyut,ayartazaungmone,ayarnatdaw, ayarpyatho,ayartapotwe,ayartabaung,ayartypewriter, ayarthawka,ayarjuno,zawgyi-one,myanmar3' rel='stylesheet' type='text/css'/>
</code>
<h3>URL structures to use !</h3>
<ul>
<li><?php echo $webfont->detected_url; ?>/css.php?font= </li>
<li><?php echo $webfont->detected_url; ?>/cssfile.php?font= </li>
<li><?php echo $webfont->detected_url; ?>/styles?font= </li>
<li><?php echo $webfont->detected_url; ?>/css?font= </li>
</ul>
<h3>Specifying font format</h3>
<code>
<link href='<?php echo $webfont->detected_url; ?>/css.php?font=ayar,myanmar3&format=svg' rel='stylesheet' type='text/css'/>
</code>
<pre>Note: Do not use space character in url to avoid unexpected problem.</pre>
<h2>Ayar - ဧရာ</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ြကီးရှင်သည် အာယုဝဍ္ဎနေဆးညွှန်းစာကို ဇလွန်ေဈးေဘး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Ayar Uni, Tahoma;">
<h2>Ayar Uni - ဧရာ ယူနီ </h2>
<p> သီဟိုဠ်မှ ဉာဏ်ကြီးရှင်သည် အာယုဝဍ္ဎနဆေးညွှန်းစာကို ဇလွန်ဈေးဘေး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Ayar Takhu, Tahoma;">
<h2>Ayar Takhu - ဧရာ တန်ခူး</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ြကီးရှင်သည် အာယုဝဍ္ဎနေဆးညွှန်းစာကို ဇလွန်ေဈးေဘး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Ayar Kasone, Tahoma;">
<h2>Ayar Kasone - ဧရာ ကဆုန်</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ြကီးရှင်သည် အာယုဝဍ္ဎနေဆးညွှန်းစာကို ဇလွန်ေဈးေဘး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Ayar Nayon, Tahoma;">
<h2>Ayar Nayon - ဧရာ နယုန်</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ြကီးရှင်သည် အာယုဝဍ္ဎနေဆးညွှန်းစာကို ဇလွန်ေဈးေဘး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Ayar Wazo, Tahoma;">
<h2>Ayar Wazo - ဧရာ ဝါဆို</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ြကီးရှင်သည် အာယုဝဍ္ဎနေဆးညွှန်းစာကို ဇလွန်ေဈးေဘး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Ayar Wagaung, Tahoma;">
<h2>Ayar Wagaung - ဧရာ ဝါေခါင်</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ြကီးရှင်သည် အာယုဝဍ္ဎနေဆးညွှန်းစာကို ဇလွန်ေဈးေဘး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Ayar Tawthalin, Tahoma;">
<h2>Ayar Tawthalin - ဧရာ ေတာ်သလင်း</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ြကီးရှင်သည် အာယုဝဍ္ဎနေဆးညွှန်းစာကို ဇလွန်ေဈးေဘး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Ayar Thadingyut, Tahoma;">
<h2>Ayar Thadingyut - ဧရာ သီတင်းကျွတ်</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ြကီးရှင်သည် အာယုဝဍ္ဎနေဆးညွှန်းစာကို ဇလွန်ေဈးေဘး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Ayar Tazaungmone, Tahoma;">
<h2>Ayar Tazaungmone - ဧရာ တန်ေဆာင်မုန်း</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ြကီးရှင်သည် အာယုဝဍ္ဎနေဆးညွှန်းစာကို ဇလွန်ေဈးေဘး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Ayar_Natdaw, Ayar Natdaw, Tahoma;">
<h2>Ayar Natdaw - ဧရာ နတ်ေတာ်</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ြကီးရှင်သည် အာယုဝဍ္ဎနေဆးညွှန်းစာကို ဇလွန်ေဈးေဘး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Ayar Pyatho, Tahoma;">
<h2>Ayar Pyatho - ဧရာ ြပာသို</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ြကီးရှင်သည် အာယုဝဍ္ဎနေဆးညွှန်းစာကို ဇလွန်ေဈးေဘး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Ayar Tapotwe, Tahoma;">
<h2>Ayar Tapotwe - ဧရာ တပို့တွဲ</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ြကီးရှင်သည် အာယုဝဍ္ဎနေဆးညွှန်းစာကို ဇလွန်ေဈးေဘး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Ayar Tabaung, Tahoma;">
<h2>Ayar Tabaung - ဧရာ တေပါင်း</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ြကီးရှင်သည် အာယုဝဍ္ဎနေဆးညွှန်းစာကို ဇလွန်ေဈးေဘး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Ayar Typewriter, Tahoma;">
<h2>Ayar Typewriter - ဧရာ လက်နှိပ်စက်</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ြကီးရှင်သည် အာယုဝဍ္ဎနေဆးညွှန်းစာကို ဇလွန်ေဈးေဘး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Ayar Juno, Tahoma;">
<h2>Ayar Juno - ဧရာ ဂျူနို</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ြကီးရှင်သည် အာယုဝဍ္ဎနေဆးညွှန်းစာကို ဇလွန်ေဈးေဘး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Ayar Thawka, Tahoma;">
<h2>Ayar Thawka - ေသာ်က</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ြကီးရှင်သည် အာယုဝဍ္ဎနေဆးညွှန်းစာကို ဇလွန်ေဈးေဘး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Zawgyi-One, Tahoma;">
<h2>Zawgyi-One - ေဇာ္ဂ်ီ</h2>
<p> သီဟိုဠ္မွ ဉာဏ္ျကီးရွင္သည္ အာယုဝၯနေဆးညွြန္းစာကို ဇလြန္ေဈးေဘး ဗာဒံပင္ထက္ အဓိ႒ာန္လ်က္ ဂဃနဏ ဖတ္ခဲ့သည္။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Myanmar3, Tahoma;">
<h2>Myanmar3 - မြန်မာ၃</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ကြီးရှင်သည် အာယုဝဍ္ဎနဆေးညွှန်းစာကို ဇလွန်ဈေးဘေး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:My Myanmar, Tahoma;">
<h2>My Myanmar - မိုင်မြန်မာ</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ကြီးရှင်သည် အာယုဝဍ္ဎနဆေးညွှန်းစာကို ဇလွန်ဈေးဘေး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<!--div style="font-family:Thanlwin;">
<h2>Thanlwin - သံလွင်</h2>
<p> သီဟိုဠ်မှ ဉာဏ်ကြီးရှင်သည် အာယုဝဍ္ဎနဆေးညွှန်းစာကို ဇလွန်ဈေးဘေး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
</div-->
<div style="font-family:Padauk, Tahoma;">
<h2>Padauk - ပိတောက် </h2>
<p> သီဟိုဠ်မှ ဉာဏ်ကြီးရှင်သည် အာယုဝဍ္ဎနဆေးညွှန်းစာကို ဇလွန်ဈေးဘေး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Parabaik, Tahoma;">
<h2>Parabaik - ပုရပိုဒ် </h2>
<p> သီဟိုဠ်မှ ဉာဏ်ကြီးရှင်သည် အာယုဝဍ္ဎနဆေးညွှန်းစာကို ဇလွန်ဈေးဘေး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Tharlon, Tahoma;">
<h2>Tharlon - သာလွန် </h2>
<p> သီဟိုဠ်မှ ဉာဏ်ကြီးရှင်သည် အာယုဝဍ္ဎနဆေးညွှန်းစာကို ဇလွန်ဈေးဘေး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<div style="font-family:Yunghkio, Tahoma;">
<h2>Yunghkio - ယွန်းချို </h2>
<p> သီဟိုဠ်မှ ဉာဏ်ကြီးရှင်သည် အာယုဝဍ္ဎနဆေးညွှန်းစာကို ဇလွန်ဈေးဘေး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏ ဖတ်ခဲ့သည်။ </p>
<p> The quick brown fox jumps over the lazy dog. </p>
</div>
<br /><div>
<h1>Other Instructions</h1>
<p>You need to declare font-family in CSS like this</p>
<code>
h1 { font-family:Ayar, "Ayar Takhu", "Ayar Nayon";}
</code>
<blockquote>
All code written by Sithu Thwin. All rights reserved.
</blockquote></div>
</div>
</div>
<div class="cleaner"></div>
</div> <!-- end of templatemo_main -->
<div id="templatemo_main_bottom"></div>
<footer id="colophon" role="contentinfo">
<div id="templatemo_footer">
မူပိုင် © 2011 <a href="http://myanmapress.com">ြမန်မာ့ပရက်စ်</a>. မူပိုင်<br /> @credits <a href="http://www.iwebsitetemplate.com" target="_parent">Website Templates</a>, <a href="http://www.templatemo.com" target="_parent">Free CSS Templates</a>
</div> <!-- end of templatemo_footer -->
</footer><!-- #colophon -->
</div>
<!-- end of wrapper -->
</div> <!-- end of outter wrapper -->
</html>