Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/widget.php')
-rwxr-xr-xtemplates/widget.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/templates/widget.php b/templates/widget.php
deleted file mode 100755
index f74a5a3..0000000
--- a/templates/widget.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-?>
-
-<div id="widget-weather" class="weatherWidgetContents">
- <h3 class="locationValue"></h3>
- <div class="info"><?php p($l->t('Updating widget…')); ?></div>
- <dl class="weatherWidgetList">
- <dt class="measurement"><?php p($l->t('Temperature')); ?></dt>
- <dd class="value"><span class="temperatureValue"></span>&nbsp;<span class="temperatureRepresentation"></span></dd>
-
- <dt class="measurement"><?php p($l->t('Cloudiness')); ?></dt>
- <dd class="value"><span class="weatherValue"></span></dd>
-
- <dt class="measurement"><?php p($l->t('Humidity')); ?></dt>
- <dd class="value"><span class="humidityValue"></span>&nbsp;%</dd>
-
- <dt class="measurement"><?php p($l->t('Wind')); ?></dt>
- <dd class="value"><span class="windValue"></span>&nbsp;m/s</dd>
- </dl>
-</div>