v1 vsersion

This commit is contained in:
pycook
2016-01-01 09:40:47 +08:00
committed by pycook
parent 1edd1ee71a
commit 2d8264ab6f
56 changed files with 5503 additions and 0 deletions

19
templates/search_tidy.xml Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<responce>
<code>{{ code }}</code>
<cis>
{% for k, v in ret.items() %}
<group by="{{ k }}">
{% for ci in v %}
<ci>
{% for item in ci|convert_to_list %}
<attribute name="{{ k }}">{{ item }}</attribute>
{% endfor %}
</ci>
{% endfor %}
</group>
{% endfor %}
</cis>
</responce>