add scrollbar processing

add mount init
decide to use top window to handle detour
This commit is contained in:
lizhi-rocky
2010-07-19 17:01:16 +08:00
parent df190f2bca
commit 3ef7daf59a
8 changed files with 109 additions and 34 deletions

View File

@@ -20,24 +20,17 @@
</define>
<define name="partitions">
<oneOrMore>
<element name="partition">
<attribute name="device"/>
<attribute name="boot">
<ref name="mybool"/>
</attribute>
<attribute name="type">
<choice>
<value>primary</value>
<value>extended</value>
<value>logic</value>
</choice>
</attribute>
<attribute name="id"/>
<attribute name="start"/>
<attribute name="end"/>
</element>
</oneOrMore>
<element name='partitions'>
<attribute name='unit'/>
<oneOrMore>
<element name='partition'>
<attribute name='device'/>
<attribute name='start'/>
<attribute name='size'/>
<attribute name='id'/>
</element>
</oneOrMore>
</element>
</define>
<define name="raids">