stylesheet files added to 'partition' and 'log' plugin

This commit is contained in:
lars 2006-09-26 08:38:45 +00:00
parent 90efd72b8b
commit c95ba55f25
8 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#log p.console {
margin-left: 10%;
margin-right: 10%;
font-family: monospace;
text-align: left;
}

View File

@ -1,4 +1,5 @@
import CryptoBoxPlugin
import os
class logs(CryptoBoxPlugin.CryptoBoxPlugin):
@ -16,6 +17,7 @@ class logs(CryptoBoxPlugin.CryptoBoxPlugin):
def __prepareFormData(self):
self.hdf[self.hdf_prefix + "Content"] = self.__getLogContent()
self.hdf[self.hdf_prefix + "StyleSheetFile"] = os.path.abspath(os.path.join(self.pluginDir, "logs.css"))
def __getLogContent(self, lines=30, maxSize=2000):

View File

@ -1,5 +1,9 @@
<?cs # $Id$ ?>
<style type="text/css">
<?cs include:Data.Plugins.logs.StyleSheetFile ?>
</style>
<div id="log">
<h1><?cs var:html_escape(Lang.Plugins.logs.Title.Log) ?></h1>

View File

@ -0,0 +1,4 @@
table.partition tr td{
text-align: center
}

View File

@ -17,6 +17,8 @@ class partition(CryptoBoxPlugin.CryptoBoxPlugin):
def doAction(self, **args):
## load default hdf values
self.__prepareDataset()
## retrieve some values from 'args' - defaults are empty
self.withConfigPartition = self.__isWithConfigPartition(args)
self.device = self.__getSelectedDevice(args)
@ -43,6 +45,10 @@ class partition(CryptoBoxPlugin.CryptoBoxPlugin):
return "%s / %s / %s" % (self.device, self.deviceSize, self.withConfigPartition)
def __prepareDataset(self):
self.hdf[self.hdf_prefix + "StyleSheetFile"] = os.path.join(self.pluginDir, "partition.css")
def __getSelectedDevice(self, args):
try:
device = args["block_device"]

View File

@ -1,5 +1,7 @@
<?cs # $Id$ ?>
<style type="text/css"><?cs include:Data.Plugins.partition.StyleSheetFile ?></style>
<h1><?cs var:html_escape(Lang.Plugins.partition.Title.Partition) ?></h1>
<?cs if:subcount(Data.Plugins.partition.BlockDevices) > 0 ?>

View File

@ -1,5 +1,7 @@
<?cs # $Id$ ?>
<style type="text/css"><?cs include:Data.Plugins.partition.StyleSheetFile ?></style>
<h1><?cs var:html_escape(Lang.Plugins.partition.Title.Partition) ?></h1>
<div align="center">

View File

@ -1,5 +1,7 @@
<?cs # $Id$ ?>
<style type="text/css"><?cs include:Data.Plugins.partition.StyleSheetFile ?></style>
<h1><?cs var:html_escape(Lang.Plugins.partition.Title.Partition) ?></h1>
<p><?cs var:html_escape(Lang.Plugins.partition.Text.ProgressInfo) ?>