diff --git a/templates/html/Wize_Print.html b/templates/html/Wize_Print.html index 2ba23fd..6c083a1 100644 --- a/templates/html/Wize_Print.html +++ b/templates/html/Wize_Print.html @@ -2,78 +2,18 @@ - [% title %] + Need install - - - - - - - - - - - - - - - - - - - -[% options.empty_lines = "default" %] - - - -
- -
- - -[% FOR page IN pages %] - [% page.content %] -[% END %] - - - -
- - - - + +

Need install

+

You need to run first (better quit zim before)

+
+	wize.rb -i
+	
diff --git a/templates/html/Wize_Print_Template.html b/templates/html/Wize_Print_Template.tpl similarity index 100% rename from templates/html/Wize_Print_Template.html rename to templates/html/Wize_Print_Template.tpl diff --git a/wize.rb b/wize.rb index 58b87ef..038d058 100755 --- a/wize.rb +++ b/wize.rb @@ -121,7 +121,7 @@ end def installWize Dir.chdir($zimHtmlTemplateDir) begin - printTemplate = File.new("Wize_Print_Template.html", "r") + printTemplate = File.new("Wize_Print_Template.tpl", "r") rescue puts "cannot open print file for reading" exit