Changeset 1472028
- Timestamp:
- 08/11/2016 06:18:08 AM (10 years ago)
- File:
-
- 1 edited
-
patro/trunk/js/patro.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
patro/trunk/js/patro.js
r1472023 r1472028 266 266 var Element = '<div class="NepaliPatroElement noselect">'; 267 267 268 Element += '<table id="NepaliPatro" >';268 Element += '<table id="NepaliPatro" developer-url="http://umeshghimire.com.np">'; 269 269 270 270 Element += '<thead><tr style="background:#F39A9A"><th class="noselect Prev">' + PatroLang.Prev + '</th><th data-date="' + self.GlobalDate + '" colspan="5" class="PatroCenter CurrentDateAndMonth noselect">' + PatroLang.CurrentYear + ' ' + PatroLang.CurrentMonth + '</th><th class="noselect Next">' + PatroLang.Next + '</th> </tr>';
Note: See TracChangeset
for help on using the changeset viewer.