aboutsummaryrefslogtreecommitdiffstats
path: root/view/sv/install_db.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-07 23:10:43 -0700
committerFriendika <info@friendika.com>2011-04-07 23:10:43 -0700
commite35a5bac55e0e259c7c587adfaf546484b032c92 (patch)
tree0e5a30005fc6e5272bde49c95f3674fd13f34ef5 /view/sv/install_db.tpl
parent338ba485548f9ec1acbc9349f7db95e84c51e7eb (diff)
downloadvolse-hubzilla-e35a5bac55e0e259c7c587adfaf546484b032c92.tar.gz
volse-hubzilla-e35a5bac55e0e259c7c587adfaf546484b032c92.tar.bz2
volse-hubzilla-e35a5bac55e0e259c7c587adfaf546484b032c92.zip
the rest of the english html templates except for htconfig
Diffstat (limited to 'view/sv/install_db.tpl')
-rw-r--r--view/sv/install_db.tpl38
1 files changed, 0 insertions, 38 deletions
diff --git a/view/sv/install_db.tpl b/view/sv/install_db.tpl
deleted file mode 100644
index fb66ef29b..000000000
--- a/view/sv/install_db.tpl
+++ /dev/null
@@ -1,38 +0,0 @@
-<h3>Det sociala n&auml;tverket Friendika</h3>
-<h3>Installation</h3>
-
-<p>
-F&ouml;r att kunna installera Friendika m&aring;ste du ange hur man ansluter till din databas. Kontakta ditt webbhotell eller webbplatsadministrat&ouml;r om du har fr&aring;gor om dessa inst&auml;llningar. Databasen du specar nedan m&aring;ste finnas. Skapa databasen innan du forts&auml;tter, om det inte redan &auml;r gjort.
-</p>
-
-<form id="install-form" action="$baseurl/install" method="post">
-
-<input type="hidden" name="phpath" value="$phpath" />
-
-<label for="install-dbhost" id="install-dbhost-label">Servernamn d&auml;r databasen finns</label>
-<input type="text" name="dbhost" id="install-dbhost" value="$dbhost" />
-<div id="install-dbhost-end"></div>
-
-<label for="install-dbuser" id="install-dbuser-label">Inloggningsnamn f&ouml;r databasen</label>
-<input type="text" name="dbuser" id="install-dbuser" value="$dbuser" />
-<div id="install-dbuser-end"></div>
-
-<label for="install-dbpass" id="install-dbpass-label">L&ouml;senord f&ouml;r databasen</label>
-<input type="password" name="dbpass" id="install-dbpass" value="$dbpass" />
-<div id="install-dbpass-end"></div>
-
-<label for="install-dbdata" id="install-dbdata-label">Databasens namn</label>
-<input type="text" name="dbdata" id="install-dbdata" value="$dbdata" />
-<div id="install-dbdata-end"></div>
-
-<div id="install-tz-desc">
-Ange vilken tidszon som ska vara f&ouml;rvald p&aring; din webbplats
-</div>
-
-$tzselect
-
-<div id="install-tz-end" ></div>
-<input id="install-submit" type="submit" name="submit" value="$submit" />
-
-</form>
-<div id="install-end" ></div>