diff --git a/www/Makefile b/www/Makefile index 84abd027..8c12453d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,5 +1,5 @@ include ../defines.mk -SUBDIRS = images css manager6 touch mobile +SUBDIRS = images css manager6 mobile all: diff --git a/www/mobile/Makefile b/www/mobile/Makefile index 139fed50..ce1c790a 100644 --- a/www/mobile/Makefile +++ b/www/mobile/Makefile @@ -32,8 +32,10 @@ pvemanager-mobile.js: ${JSSRC} mv $@.tmp $@ .PHONY: install -install: pvemanager-mobile.js +install: pvemanager-mobile.js index.html.tpl pve.css install -d ${WWWTOUCHDIR} + install -m 0644 index.html.tpl ${WWWTOUCHDIR} + install -m 0644 pve.css ${WWWTOUCHDIR} install -m 0644 pvemanager-mobile.js ${WWWTOUCHDIR} .PHONY: clean diff --git a/www/mobile/index.html.tpl b/www/mobile/index.html.tpl new file mode 100644 index 00000000..720d0590 --- /dev/null +++ b/www/mobile/index.html.tpl @@ -0,0 +1,32 @@ + + + + + [% nodename %] - Proxmox Virtual Environment + + + + + + [% IF langfile %] + + [% ELSE %] + + [% END %] + + + + + + + + + diff --git a/www/mobile/pve.css b/www/mobile/pve.css new file mode 100644 index 00000000..a62bd9f8 --- /dev/null +++ b/www/mobile/pve.css @@ -0,0 +1 @@ +/* currently empty */ \ No newline at end of file