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,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) ?>