{HttpUtility.HtmlEncode(name)} | {HttpUtility.HtmlEncode(value)} |
"); // style1='width:100pt;color:#aaaaaa;'
OutputLine($"biblio_{type}", name, value);
}
+ /*
var display_accessNo = biblio_title_list.Where(o => o.Type == "biblio_accessNo").Any();
if (display_accessNo)
{
@@ -4606,10 +4756,18 @@ string GetCaption(string type, string evalue = null)
accessNo = "error:" + strError;
OutputLine("biblio_accessNo", GetCaption("accessNo"), accessNo);
}
+ */
- // items 占位
- result.AppendLine($"{{items}}");
+#if REMOVED
+ // 如果没有明确占位,则输出到最后一项
+ if (items_outputed == false)
+ {
+ // items 占位
+ result.AppendLine($"{{items}}");
+ }
+#endif
+ /*
var display_recpath = biblio_title_list.Where(o => o.Type == "biblio_recpath").Any();
if (display_recpath)
{
@@ -4623,6 +4781,7 @@ string GetCaption(string type, string evalue = null)
else
OutputLine("biblio_recpath", GetCaption("recpath"), biblio_recpath);
}
+ */
if (layout_style == "独立表格")
result.Append("