<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/structure/sy/index.xsl"?>
<cicroxml>
<cacheCount>30</cacheCount><warexml_Q0HW50_5858_8528_shfc_25>
<text><pub_time>2008-07-28 13:44:05</pub_time><isHtml>html</isHtml><state>1</state><text_content><![CDATA[<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD>
<DIV align=center><IMG height=180 alt="" src="/upload/htmleditor/Image/080728014353.jpg" width=995 useMap=#Map border=0></DIV></TD></TR></TBODY></TABLE>
<P><MAP name=Map><AREA shape=RECT target=_blank coords=838,3,983,26 href="http://www.shfc.edu.cn/structure/english/index"></MAP></P>]]></text_content><size>0K</size></text></warexml_Q0HW50_5858_8528_shfc_25>
<warexml_NVZ1UK_6772_8761_shfc_25>
<text><pub_time>2008-09-27 15:41:07</pub_time><isHtml>html</isHtml><state>1</state><text_content><![CDATA[<SCRIPT language=JavaScript>
menuPrefix = "menu";
var menuTree, mouseMenu, hideTimer, doHide;

function init() {
  ie4 = (document.all)?true:false;
  ns4 = (document.layers)?true:false;
  document.onmousemove = mouseMove;
  if (ns4) { document.captureEvents(Event.MOUSEMOVE); }
}

function expandMenu(menuContainer,subContainer,menuLeft,menuTop) {
    doHide = false;
  if (menuContainer != menuTree) {
      if (ie4) {
      var menuLayers = document.all.tags("DIV");
      for (i=0; i<menuLayers.length; i++) {
        if ((menuLayers[i].id.indexOf(menuContainer) != -1) && (menuLayers[i].id != menuContainer)) {
          hideObject(menuLayers[i].id);
        }
      }
    }
    else if (ns4) {
      for (i=0; i<document.layers.length; i++) {
        var menuLayer = document.layers[i];
        if ((menuLayer.id.indexOf(menuContainer) != -1) && (menuLayer.id != menuContainer)) {
          menuLayer.visibility = "hide";
        }
      }
    }
  }
  if (subContainer) {
    if ((menuLeft) && (menuTop)) {
        positionObject(subContainer,menuLeft,menuTop);
        hideAll();
    }
    else {
      if (ie4) {
          positionObject(subContainer, document.all[menuContainer].offsetWidth + document.all[menuContainer].style.pixelLeft - 10, mouseY);
      }
      else {
          positionObject(subContainer, document.layers[menuContainer].document.width + document.layers[menuContainer].left + 50, mouseY);
      }
    }
    showObject(subContainer);
    menuTree = subContainer;
  }
}

function showObject(obj) {
  if (ie4) { document.all[obj].style.visibility = "visible"; }
  else if (ns4) { document.layers[obj].visibility = "show";  }
}

function hideObject(obj) {
  if (ie4) { document.all[obj].style.visibility = "hidden"; }
  else if (ns4) { document.layers[obj].visibility = "hide"; }
}

function positionObject(obj,x,y) {
  if (ie4) {
    var foo = document.all[obj].style;
    foo.left = x;
    foo.top = y;
  }
  else if (ns4) {
    var foo = document.layers[obj];
    foo.left = x;
    foo.top = y;
   }
}

function hideAll() {
 if (ie4) {
    var menuLayers = document.all.tags("DIV");
    for (i=0; i<menuLayers.length; i++) {
      if (menuLayers[i].id.indexOf(menuPrefix) != -1) {
        hideObject(menuLayers[i].id);
      }
    }
  }
  else if (ns4) {
    for (i=0; i<document.layers.length; i++) {
      var menuLayer = document.layers[i];
      if (menuLayer.id.indexOf(menuPrefix) != -1) {
        hideObject(menuLayer.id);
      }
    }
  }
}

function hideMe(hide) {
    if (hide) {
        if (doHide) { hideAll(); }
    }
    else {
        doHide = true;
        hideTimer = window.setTimeout("hideMe(true);", 1000);
    }
}

function mouseMove(e) {
  if (ie4) { mouseY = window.event.y; }
  if (ns4) { mouseY = e.pageY; }
}

onload = init;
</SCRIPT>
<style type=text/css>
  .menu{
	position: absolute; 
	left: 0px; 
	top: 2px;
    visibility: hidden; 
	background: ;
    width: 98px; 
	margin: 0px 0px; 
	padding: 0px 0px;
    border: 1px silver solid;
    overflow: visible; 
	clip:rect(   )
}
.menu a:visited { 
	font-family: "Tahoma"; 
	font-size: 12px;
    text-decoration: none; 
	font-weight: normal;
    color:#000000; 
	background: #C7E5FF;
    width: 98px; 
	padding-left: 12px; 
	line-height: 22px;
    border-color: #C7E5FF; 
	border-style: solid; 
    border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px;
    border-left-width: 1px; 
	clip:  rect(   )
}
  .menu a:hover { 
	font-family: "Tahoma"; 
	font-size: 12px;
    text-decoration: none; 
	font-weight: normal;
    color: #C7E5FF; 
	background: #1C0792;
    width: 98px; 
	padding-left: 8px; 
	line-height: 22px; 
	clip:  rect(   )}
  .menu .border{ 
	border: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF; 
	background: #C7E5FF
	border-right:1px solid #FFFFFF; 
}
  .menu .text  { 
	overflow: hidden;
    width: 98px; 
	height: 15px; 
}
  .menu .arrow{ 
    overflow: hidden;
    width: 15px; 
	height: 12px; 
	background: #C7E5FF
	padding-left:5px; 
	padding-top: 3px; 
}
  .menu .arrow img         
  { 
	width: 6px; 
	height: 7px;
    border: 0px; 
}
 .menu a { 
	font-family: "Tahoma"; 
	font-size: 12px;
	text-decoration: none; 
	font-weight: normal;
	color:#C7E5FF; 
	background: #C7E5FF;
	width: 98px; 
	padding-left: 8px; 
	clip:  rect(   ); 
	border-color: #C7E5FF;
    border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px;
    border-bottom-width: 1px; 
	border-left-width: 1px; 
	line-height: 22px}
 .menu a:link {  
	color: #000000; 
	text-decoration: none
}

.a {  font-size: 12px; text-decoration: none}
.as:link {  color: #C7E5FF; text-decoration: none}
.as:hover {  text-decoration: underline}
.as:visited {  color: #C7E5FF; text-decoration: none}
</style>
</head>

<body leftmargin="0" topmargin="0">
<TABLE height=28 cellSpacing=0 cellPadding=0 width=995 border=0>
<TBODY>
<TR>
<TD width=10><IMG height=28 alt="" src="/upload/htmleditor/Image/070529094751.gif" width=10></TD>
<TD background=/upload/htmleditor/Image/070529095107.gif>
<DIV align=center>
<TABLE cellSpacing=0 cellPadding=0 width=830 border=0>
<TBODY>
<TR>
<TD vAlign=center align=middle height=28><span style="color:#ffffff" onMouseOver=expandMenu(null,"menu1",getPos(this,"Left"),getPos(this,"Top")+this.offsetHeight); class="a" ><IMG src="/upload/htmleditor/Image/070529095314.gif" alt="" width=79 height=28 border="0"></span></TD>
<TD vAlign=center align=middle><A href="/structure/yxsz/yxsnr"><IMG src="/upload/htmleditor/Image/070529095331.gif" alt="" width=78 height=28 border="0"></A></TD>
<TD vAlign=center align=middle><span style="color:#ffffff" onMouseOver=expandMenu(null,"menu3",getPos(this,"Left"),getPos(this,"Top")+this.offsetHeight); class="a" ><IMG src="/upload/htmleditor/Image/070529095349.gif" alt="" width=78 height=28 border="0"></span></TD>
<TD vAlign=center align=middle><span style="color:#ffffff" onMouseOver=expandMenu(null,"menu4",getPos(this,"Left"),getPos(this,"Top")+this.offsetHeight); class="a" ><IMG src="/upload/htmleditor/Image/070529095404.gif" alt="" width=78 height=28 border="0"></span></TD>
<TD vAlign=center align=middle><span style="color:#ffffff" onMouseOver=expandMenu(null,"menu5",getPos(this,"Left"),getPos(this,"Top")+this.offsetHeight); class="a" ><IMG height=28 alt="" src="/upload/htmleditor/Image/070529095421.gif" width=77 border="0"></span></TD>
<TD vAlign=center align=middle><span style="color:#ffffff" onMouseOver=expandMenu(null,"menu6",getPos(this,"Left"),getPos(this,"Top")+this.offsetHeight); class="a" ><IMG height=28 alt="" src="/upload/htmleditor/Image/070529095437.gif" width=76></span></TD>
<TD vAlign=center align=middle><span style="color:#ffffff" onMouseOver=expandMenu(null,"menu7",getPos(this,"Left"),getPos(this,"Top")+this.offsetHeight); class="a" ><IMG src="/upload/htmleditor/Image/070529095500.gif" alt="" width=82 height=28 border="0"></span></TD>
<TD vAlign=center align=middle><A href="/structure/zwgk/zwgksy"><IMG height=28 alt="" src="/upload/htmleditor/Image/070529095516.gif" width=81 border="0"></A></TD></TR></TBODY></TABLE></DIV></TD>
<TD width=10><IMG height=28 alt="" src="/upload/htmleditor/Image/070529095122.gif" width=10></TD></TR></TBODY></TABLE>

<script language="JavaScript">
function getPos(el,sProp) { 
    var iPos = 0
    while (el!=null) {
        iPos+=el["offset" + sProp]
        el = el.offsetParent
    }
    return iPos

}
</script>
<!-- 第一开始 -->
<div id="menu1" class="menu" onMouseOut="hideMe();" style="">
  <a href="http://www.shfc.edu.cn/structure/xygk/xyjj" onMouseOver=expandMenu("menu1");>学校简介</a><br>
  <a href="http://www.shfc.edu.cn/structure/xygk/ldfm" onMouseOver=expandMenu("menu1");>领导风貌</a><br>
  <a href="http://www.shfc.edu.cn/structure/xygk/ldtc" onMouseOver=expandMenu("menu1");>领导题词</a><br>
  <a href="http://www.shfc.edu.cn/structure/xygk/zzjg" onMouseOver=expandMenu("menu1");>组织机构</a><br>
  <a href="http://www.shfc.edu.cn/structure/xygk/xydy" onMouseOver=expandMenu("menu1");>校园导游</a><br>
  </div>
<div id="menu3" class="menu" onMouseOut="hideMe();" style="">
  <a href="http://www.shfc.edu.cn/structure/jxky/zdxk" onMouseOver=expandMenu("menu3");>重点学科</a><br>
  <a href="http://video.shfc.edu.cn/jpkc/jpkc/index.htm" onMouseOver=expandMenu("menu3");>精品课程</a><br>
  <a href="http://jwc.shfc.edu.cn/jryj/" onMouseOver=expandMenu("menu3");>金融研究中心</a><br>
  <a href="http://dep.shfc.edu.cn/xzjg/xbbjb/xuebao1.asp" onMouseOver=expandMenu("menu3");>学报编辑部</a><br>
  <a href="http://www.shfc.edu.cn/structure/jxky/szdw" onMouseOver=expandMenu("menu3");>师资队伍</a><br>
</div>
<div id="menu4" class="menu" onMouseOut="hideMe();" style="">
  <a href="http://jwc.shfc.edu.cn/jygd/" onMouseOver=expandMenu("menu4");>教育高地</a><br>
  <a href="http://www.shfc.edu.cn/structure/rcpy/bks" onMouseOver=expandMenu("menu4");>本专科生</a><br>
  <a href="http://dep.shfc.edu.cn/xzjg/chengjiaochu/jischool/index.asp" onMouseOver=expandMenu("menu4");>成人教育</a><br>
  <a href="http://dep.shfc.edu.cn/xzjg/gjjlc/index.html" onMouseOver=expandMenu("menu4");>国际交流</a><br>
</div>
<div id="menu5" class="menu" onMouseOut="hideMe();" style="">
  <a href="http://dep.shfc.edu.cn/xzjg/zhaoban/index.asp" onMouseOver=expandMenu("menu5");>阳光招生</a><br>
  <a href="http://app1.shfc.edu.cn:56317/jiuye/website.jsp" onMouseOver=expandMenu("menu5");>就业信息</a><br>
</div>
<div id="menu6" class="menu" onMouseOut="hideMe();" style="">
  <a href="http://www1.shfc.edu.cn/fctv/index.html" onMouseOver=expandMenu("menu6");>网络电视台</a><br>
  <a href="http://www1.shfc.edu.cn/bbs/index.php" onMouseOver=expandMenu("menu6");>校园BBS</a><br>
  <a href="http://video.shfc.edu.cn/evod/index.htm" onMouseOver=expandMenu("menu6");>视频点播</a><br>
  <a href="http://tmm.shfc.edu.cn:81/" onMouseOver=expandMenu("menu6");>ATT英语学习在线</a><br>
</div>
<div id="menu7" class="menu" onMouseOut="hideMe();" style="">
  <a href="http://lib.shfc.edu.cn/" onMouseOver=expandMenu("menu7");>图书馆</a><br>
  <a href="http://dep.shfc.edu.cn/xzjg/netcentere1/ggfw/index.htm" onMouseOver=expandMenu("menu7");>网络服务</a><br>
  <a href="http://www.shfc.edu.cn/structure/ggfw/dhhy" onMouseOver=expandMenu("menu7");>校园黄页</a><br>
  <a href="http://shfc.edu.cn/" onMouseOver=expandMenu("menu7");>校园邮箱</a><br>
  <a href="http://dep.shfc.edu.cn/xzjg/net/index.htm" onMouseOver=expandMenu("menu7");> 校园一卡通</a><br>
  <a href="http://dep.shfc.edu.cn/ggfw/xl.htm" onMouseOver=expandMenu("menu7");>校历</a><br>
  <a href="http://www.shfc.edu.cn/structure/ggfw/zddt" onMouseOver=expandMenu("menu7");>站点地图</a><br>
</div>]]></text_content><size>10K</size></text></warexml_NVZ1UK_6772_8761_shfc_25>
<warexml_YZ8YE6_4499_1188_shfc_25>
<parameters ><resetcaption >  <textandfile>  <fileurl/>  <text>重置按钮</text>  <ext>IMAGE Files |*.jpg;*.gif;*.bmp</ext>  </textandfile>  </resetcaption><logoncaption >  <textandfile>  <fileurl/>  <text/>  <ext>IMAGE Files |*.jpg;*.gif;*.bmp</ext>  </textandfile>  </logoncaption><usercaption >  <textandfile>  <fileurl/>  <text>用 户:</text>  <ext>IMAGE Files |*.jpg;*.gif;*.bmp</ext>  </textandfile>  </usercaption><pswcaption >  <textandfile>  <fileurl/>  <text>密 码:</text>  <ext>IMAGE Files |*.jpg;*.gif;*.bmp</ext>  </textandfile>  </pswcaption><domaincaption >  <textandfile>  <fileurl/>  <text>域 名:</text>  <ext>IMAGE Files |*.jpg;*.gif;*.bmp</ext>  </textandfile>  </domaincaption><betweentr >1</betweentr><betweentd >1</betweentd><titlecontent >  <textandfile>  <fileurl/>  <text/>  <ext>IMAGE Files |*.jpg;*.gif;*.bmp</ext>  </textandfile>  </titlecontent></parameters>
<domains>
<domain>
<id>1</id>
<name>@shfc.edu.cn</name>
<url>http://shfc.edu.cn//action/loginaction.php</url>
<userpara>uid</userpara>
<pswpara>password</pswpara>
<all_dom_p>no</all_dom_p>
<items>
<count>1</count>
<item>
<id>2</id>
<domainname>@shfc.edu.cn</domainname>
<para_name>ltype</para_name>
<para_value>c</para_value>
</item>
</items>
</domain>
</domains>

</warexml_YZ8YE6_4499_1188_shfc_25>
<warexml_R66H2T_1314_7321_shfc_25>
<wiid >SCZT77_3981_9468_shfc_18</wiid><title >  <textandfile>  <fileurl/>  <text/>  <ext/>  </textandfile>  </title><buttonname >  <textandfile>  <fileurl/>  <text/>  <ext/>  </textandfile>  </buttonname><showSiteList >no</showSiteList><showChannelList >yes</showChannelList>
<sites>
<site>
<site_id>shfc</site_id>
<site_name>当前站点</site_name>
<channels>
<channel>
<id>root</id>
<name>所有栏目</name>
</channel>
<channel>
<id>RE1QPK_9089_6806_shfc_03</id>
<name>首页</name>
</channel>
<channel>
<id>V8DF45_0141_7337_shfc_03</id>
<name>学校概况</name>
</channel>
<channel>
<id>GW6ZM3_0498_2233_shfc_03</id>
<name>院系设置</name>
</channel>
<channel>
<id>NTE368_5047_7209_shfc_03</id>
<name>教学科研</name>
</channel>
<channel>
<id>AD33YK_9499_0381_shfc_03</id>
<name>人才培养</name>
</channel>
<channel>
<id>V4MA0R_7550_0221_shfc_03</id>
<name>公共服务</name>
</channel>
<channel>
<id>ZS0FEZ_8483_9872_shfc_03</id>
<name>政务公开</name>
</channel>
<channel>
<id>H583PD_7867_8320_shfc_03</id>
<name>常用服务</name>
</channel>
<channel>
<id>W356MU_8490_9024_shfc_03</id>
<name>English</name>
</channel>
</channels>
</site>
</sites>

</warexml_R66H2T_1314_7321_shfc_25>
<warexml_H47DE3_1697_4875_shfc_25>
<text><pub_time>2008-04-30 15:01:50</pub_time><isHtml>html</isHtml><state>1</state><text_content><![CDATA[<TABLE cellSpacing=0 cellPadding=0 width=197 border=0>
<TBODY>
<TR>
<TD align=left width=25 bgColor=#c7e5ff height=25>&nbsp;</TD>
<TD align=left width=25 bgColor=#c7e5ff height=25><IMG height=10 alt="" src="/upload/htmleditor/Image/070529113049.gif" width=10></TD>
<TD align=left bgColor=#c7e5ff height=28><A href="http://dep.shfc.edu.cn/xzjg/netcentere1/xinf/index.asp"><FONT style="FONT-SIZE: 12px; COLOR: #000000">书 记 热 线</FONT></A></TD></TR>
<tr><td height="2" colspan="3"></td></tr>
<TR>
<TD width=25 bgColor=#c7e5ff height=25>&nbsp;</TD>
<TD width=25 bgColor=#c7e5ff height=25><IMG height=10 alt="" src="/upload/htmleditor/Image/070529113049.gif" width=10></TD>
<TD bgColor=#c7e5ff height=25><A href="http://dep.shfc.edu.cn/xzjg/netcentere1/xinf/index.asp"><FONT style="FONT-SIZE: 12px; COLOR: #000000">校 长 信 箱</FONT></A></TD></TR>
<tr><td height="2" colspan="3"></td></tr>
<TR>
<TD bgColor=#c7e5ff height=25>&nbsp;</TD>
<TD bgColor=#c7e5ff height=25><IMG height=10 alt="" src="/upload/htmleditor/Image/070529113049.gif" width=10></TD>
<TD bgColor=#c7e5ff height=25><A href="http://dep.shfc.edu.cn/xzjg/netcentere1/ggfw/index.htm"><FONT style="FONT-SIZE: 12px; COLOR: #000000">网 络 服 务</FONT></A></TD></TR>
<tr><td height="2" colspan="3"></td></tr>
<TR>
<TD bgColor=#c7e5ff height=25>&nbsp;</TD>
<TD bgColor=#c7e5ff height=25><IMG height=10 alt="" src="/upload/htmleditor/Image/070529113049.gif" width=10></TD>
<TD bgColor=#c7e5ff height=25><A href="http://video.shfc.edu.cn/i_class/"><FONT style="FONT-SIZE: 12px; COLOR: #000000">网 络 课 堂</FONT></A></TD></TR>
<tr><td height="2" colspan="3"></td></tr>
<TR>
<TD bgColor=#c7e5ff height=25>&nbsp;</TD>
<TD bgColor=#c7e5ff height=25><IMG height=10 alt="" src="/upload/htmleditor/Image/070529113049.gif" width=10></TD>
<TD bgColor=#c7e5ff height=25><A href="/structure/cyfw/dmtjs"><FONT style="FONT-SIZE: 12px; COLOR: #000000">多 媒 体 教 室</FONT></A></TD></TR>
<tr><td height="2" colspan="3"></td></tr>
<TR>
<TD bgColor=#c7e5ff height=25>&nbsp;</TD>
<TD bgColor=#c7e5ff height=25><IMG height=10 alt="" src="/upload/htmleditor/Image/070529113049.gif" width=10></TD>
<TD bgColor=#c7e5ff height=25><A href="http://www1.shfc.edu.cn/xinxihua/xinxihua.html"><FONT style="FONT-SIZE: 12px; COLOR: #000000">教 务 系 统</FONT></A></TD></TR>
<tr><td height="2" colspan="3"></td></tr>
<TR>
<TD bgColor=#c7e5ff>&nbsp;</TD>
<TD bgColor=#c7e5ff height=25><IMG height=10 alt="" src="/upload/htmleditor/Image/070529113049.gif" width=10></TD>
<TD bgColor=#c7e5ff><A href="http://lib.shfc.edu.cn/"><FONT style="FONT-SIZE: 12px; COLOR: #000000">图 书 馆</FONT></A></TD></TR>
<tr><td height="2" colspan="3"></td></tr>
<TR>
<TD width=25 bgColor=#c7e5ff height=25>&nbsp;</TD>
<TD width=25 bgColor=#c7e5ff height=25><IMG height=10 alt="" src="/upload/htmleditor/Image/070529113049.gif" width=10></TD>
<TD bgColor=#c7e5ff height=25><A href="http://dep.shfc.edu.cn/xzjg/xiaoban/ric.htm"><FONT style="FONT-SIZE: 12px; COLOR: #000000">本 周 会 议</FONT></A></TD></TR>
<tr><td height="2" colspan="3"></td></tr>
<TR>
<TD width=25 bgColor=#c7e5ff height=25>&nbsp;</TD>
<TD width=25 bgColor=#c7e5ff height=25><IMG height=10 alt="" src="/upload/htmleditor/Image/070529113049.gif" width=10></TD>
<TD bgColor=#c7e5ff height=25><A href="/structure/cyfw/xstz"><FONT style="FONT-SIZE: 12px; COLOR: #000000">学术讲座通知</FONT></A></TD></TR></TBODY></TABLE>]]></text_content><size>3K</size></text></warexml_H47DE3_1697_4875_shfc_25>
<warexml_RKQTQ5_8914_2186_shfc_25>
<wiid >WR02LH_2738_5835_shfc_18</wiid><picinfo ><title >  <textandfile>  <fileurl/>  <text/>  <ext>IMAGE Files |*.jpg;*.gif;*.bmp|All Files (*.*)|*.*</ext>  </textandfile>  </title><more >null</more><newpic ></newpic><hotpic ></hotpic>
<infos>
<count>6</count>
<info>
<id>165</id>
<infotitle>我校在美师生参加热烈欢迎胡主席的活动</infotitle>
<imgsrc>/upload/picinfo/WR02LH_2738_5835_shfc_18/1227247330156heying.JPG</imgsrc>
<imghref/>
<hot>no</hot>
<new>yes</new>
</info>
<info>
<id>164</id>
<infotitle>建设有金融特色的校园文化 学校召开2008校园文化建设研讨会</infotitle>
<imgsrc>/upload/picinfo/WR02LH_2738_5835_shfc_18/12272278462501.jpg</imgsrc>
<imghref/>
<hot>no</hot>
<new>no</new>
</info>
<info>
<id>161</id>
<infotitle>韩国中高击剑联盟代表团访问我校</infotitle>
<imgsrc>/upload/picinfo/WR02LH_2738_5835_shfc_18/12271444009213.jpg</imgsrc>
<imghref/>
<hot>no</hot>
<new>no</new>
</info>
<info>
<id>162</id>
<infotitle>第三届大学生职业规划大赛决赛顺利举行</infotitle>
<imgsrc>/upload/picinfo/WR02LH_2738_5835_shfc_18/12271445783594.jpg</imgsrc>
<imghref/>
<hot>no</hot>
<new>no</new>
</info>
<info>
<id>163</id>
<infotitle>学校举办青年骨干教师学习研修班</infotitle>
<imgsrc>/upload/picinfo/WR02LH_2738_5835_shfc_18/12271447116256.jpg</imgsrc>
<imghref/>
<hot>no</hot>
<new>no</new>
</info>
<info>
<id>160</id>
<infotitle>纪念改革开放30周年社科部召开思政课程改革研讨会</infotitle>
<imgsrc>/upload/picinfo/WR02LH_2738_5835_shfc_18/122698814650030.jpg</imgsrc>
<imghref/>
<hot>no</hot>
<new>no</new>
</info>
</infos>

</picinfo></warexml_RKQTQ5_8914_2186_shfc_25>
<warexml_IJFREH_3406_1804_shfc_25>
<wiid >DU4XK1_9537_8616_shfc_18</wiid><betweentd >1</betweentd><betweentr >1</betweentr><index ><title >  <textandfile>  <fileurl/>  <text/>  <ext>*</ext>  </textandfile>  </title><more >  <textandfile>  <fileurl/>  <text/>  <ext/>  </textandfile>  </more><DecImage >/ware_instance/DU4XK1_9537_8616_shfc_18/dddd-2.gif</DecImage><maxshowwords >20</maxshowwords><p1_show_inflisttime >0</p1_show_inflisttime><p1_show_dotstat >0</p1_show_dotstat><p1_infstyle >1</p1_infstyle><p1_morepos >0</p1_morepos>
<bases>
<totalnum>882</totalnum>
<tableName>cdata_shfc_31_info</tableName>
<infos>
<info>
<infid>935</infid>
<inftitle>就业办举行职业规划专题讲座</inftitle>
<inftime>2008-11-21</inftime>
<infcounts>93</infcounts>
<publishType>active</publishType>
<image_src/>
<add_time>2008-11-21 15:39:34</add_time>
<hot>no</hot>
<new>yes</new>
</info>
<info>
<infid>934</infid>
<inftitle>防患于未然，浦西校区切实做好宿舍安全工作</inftitle>
<inftime>2008-11-21</inftime>
<infcounts>78</infcounts>
<publishType>active</publishType>
<image_src/>
<add_time>2008-11-21 13:58:21</add_time>
<hot>no</hot>
<new>yes</new>
</info>
<info>
<infid>933</infid>
<inftitle>青年教工团日活动参观杜莎夫人蜡像馆</inftitle>
<inftime>2008-11-21</inftime>
<infcounts>71</infcounts>
<publishType>active</publishType>
<image_src/>
<add_time>2008-11-21 13:56:53</add_time>
<hot>no</hot>
<new>yes</new>
</info>
<info>
<infid>932</infid>
<inftitle>我校在美师生参加热烈欢迎胡主席的活动</inftitle>
<inftime>2008-11-21</inftime>
<infcounts>124</infcounts>
<publishType>active</publishType>
<image_src/>
<add_time>2008-11-21 13:55:22</add_time>
<hot>yes</hot>
<new>yes</new>
</info>
<info>
<infid>931</infid>
<inftitle>第四期基层团学干部培训班圆满结束</inftitle>
<inftime>2008-11-21</inftime>
<infcounts>35</infcounts>
<publishType>active</publishType>
<image_src/>
<add_time>2008-11-21 13:49:16</add_time>
<hot>no</hot>
<new>yes</new>
</info>
<info>
<infid>930</infid>
<inftitle>建设有金融特色的校园文化 学校召开2008校园文化建设研讨会</inftitle>
<inftime>2008-11-21</inftime>
<infcounts>110</infcounts>
<publishType>active</publishType>
<image_src/>
<add_time>2008-11-21 08:34:30</add_time>
<hot>yes</hot>
<new>yes</new>
</info>
<info>
<infid>929</infid>
<inftitle>学校举办青年骨干教师学习研修班</inftitle>
<inftime>2008-11-20</inftime>
<infcounts>190</infcounts>
<publishType>active</publishType>
<image_src/>
<add_time>2008-11-20 09:23:49</add_time>
<hot>yes</hot>
<new>yes</new>
</info>
<info>
<infid>928</infid>
<inftitle>第一届上海市大学生市场营销策划大赛复赛顺利举行</inftitle>
<inftime>2008-11-20</inftime>
<infcounts>174</infcounts>
<publishType>active</publishType>
<image_src/>
<add_time>2008-11-20 09:20:57</add_time>
<hot>yes</hot>
<new>yes</new>
</info>
</infos>
</bases>

</index></warexml_IJFREH_3406_1804_shfc_25>
<warexml_T1CD67_9567_6764_shfc_25>
<text><pub_time>2008-11-03 10:40:34</pub_time><isHtml>html</isHtml><state>1</state><text_content><![CDATA[<P><IMG height=71 alt="" src="/upload/htmleditor/Image/081103104026.gif" width=590></P>]]></text_content><size>0K</size></text></warexml_T1CD67_9567_6764_shfc_25>
<warexml_GLMBUA_3312_4019_shfc_25>
<wiid >YJ236Q_5216_3187_shfc_18</wiid><betweentd >1</betweentd><betweentr >1</betweentr><index ><title >  <textandfile>  <fileurl/>  <text/>  <ext>*</ext>  </textandfile>  </title><more >  <textandfile>  <fileurl/>  <text/>  <ext/>  </textandfile>  </more><DecImage >/ware_instance/DU4XK1_9537_8616_shfc_18/dddd-2.gif</DecImage><maxshowwords >16</maxshowwords><p1_show_inflisttime >0</p1_show_inflisttime><p1_show_dotstat >0</p1_show_dotstat><p1_infstyle >1</p1_infstyle><p1_morepos >0</p1_morepos>
<bases>
<totalnum>281</totalnum>
<tableName>cdata_shfc_149_info</tableName>
<infos>
<info>
<infid>323</infid>
<inftitle>干部任前公示</inftitle>
<inftime>2008-11-21</inftime>
<infcounts>344</infcounts>
<publishType>active</publishType>
<image_src/>
<add_time>2008-11-21 11:27:36</add_time>
<hot>yes</hot>
<new>yes</new>
</info>
<info>
<infid>322</infid>
<inftitle>“金以歌载，秋颂腾飞” 2008金秋歌会活动议程</inftitle>
<inftime>2008-11-19</inftime>
<infcounts>432</infcounts>
<publishType>active</publishType>
<image_src/>
<add_time>2008-11-19 13:50:56</add_time>
<hot>yes</hot>
<new>yes</new>
</info>
<info>
<infid>321</infid>
<inftitle>2009年度出国人员外语能力测试的通知</inftitle>
<inftime>2008-11-18</inftime>
<infcounts>623</infcounts>
<publishType>active</publishType>
<image_src/>
<add_time>2008-11-18 14:46:27</add_time>
<hot>yes</hot>
<new>no</new>
</info>
<info>
<infid>320</infid>
<inftitle>关于整顿课堂秩序致全校师生的公开信</inftitle>
<inftime>2008-11-18</inftime>
<infcounts>576</infcounts>
<publishType>active</publishType>
<image_src/>
<add_time>2008-11-18 14:08:56</add_time>
<hot>yes</hot>
<new>no</new>
</info>
<info>
<infid>319</infid>
<inftitle>2008年下半年青年教工活动安排</inftitle>
<inftime>2008-11-17</inftime>
<infcounts>455</infcounts>
<publishType>active</publishType>
<image_src/>
<add_time>2008-11-17 10:36:42</add_time>
<hot>yes</hot>
<new>no</new>
</info>
<info>
<infid>318</infid>
<inftitle>“SAF 海外名校访问学生项目”校园宣讲会通知</inftitle>
<inftime>2008-11-14</inftime>
<infcounts>566</infcounts>
<publishType>active</publishType>
<image_src/>
<add_time>2008-11-14 12:35:53</add_time>
<hot>yes</hot>
<new>no</new>
</info>
<info>
<infid>317</infid>
<inftitle>上海金融学院继续教育学院会计电算化第一期培训班招生简章</inftitle>
<inftime>2008-11-14</inftime>
<infcounts>390</infcounts>
<publishType>active</publishType>
<image_src/>
<add_time>2008-11-14 12:33:32</add_time>
<hot>yes</hot>
<new>no</new>
</info>
<info>
<infid>316</infid>
<inftitle>教育部关于普通高等学校学生学年电子注册的通知</inftitle>
<inftime>2008-11-13</inftime>
<infcounts>400</infcounts>
<publishType>active</publishType>
<image_src/>
<add_time>2008-11-13 16:06:31</add_time>
<hot>yes</hot>
<new>no</new>
</info>
</infos>
</bases>

</index></warexml_GLMBUA_3312_4019_shfc_25>
<warexml_O5N05X_0949_1056_shfc_25>
<text><pub_time>2008-08-29 09:58:08</pub_time><isHtml>html</isHtml><state>1</state><text_content><![CDATA[<P>
<TABLE cellSpacing=5 cellPadding=0 width="75%" border=0>
<TBODY>
<TR onmouseover="this.style.backgroundColor=''" onmouseout="this.style.backgroundColor=''">
<TD vAlign=top width=9>&nbsp;</TD>
<TD width=401>
<DIV align=left><A href="http://dep.shfc.edu.cn/junxun2008/index.htm">2008军训专题</A></DIV></TD></TR>
<TR onmouseover="this.style.backgroundColor=''" onmouseout="this.style.backgroundColor=''">
<TD vAlign=top width=9>&nbsp;</TD>
<TD width=401>
<DIV align=left><A href="mms://video.shfc.edu.cn/video4/宣传部/0003.wmv">抗震救灾演出实况</A></DIV></TD></TR>
<TR onmouseover="this.style.backgroundColor=''" onmouseout="this.style.backgroundColor=''">
<TD vAlign=top width=9>&nbsp;</TD>
<TD width=401>
<DIV align=left><A href="http://dep.shfc.edu.cn/news/index.asp"><SPAN><SPAN>上海金融学院学习十七大专题网站</SPAN></SPAN></A></DIV></TD></TR>
<TR onmouseover="this.style.backgroundColor=''" onmouseout="this.style.backgroundColor=''">
<TD vAlign=top width=9>&nbsp;</TD>
<TD width=401><A href="http://dep.shfc.edu.cn/news2/index.asp">讲党性、重品行、作表率主题教育活动</A></TD></TR>
<TR onmouseover="this.style.backgroundColor=''" onmouseout="this.style.backgroundColor=''">
<TD vAlign=top width=9>&nbsp;</TD>
<TD width=401><A href="http://www1.shfc.edu.cn/zhutihuodong/goodteacher2008/index.htm">2008年我心中的好老师评选活动</A></TD></TR>
<TR onmouseover="this.style.backgroundColor=''" onmouseout="this.style.backgroundColor=''">
<TD vAlign=top width=9>&nbsp;</TD>
<TD width=401><A href="mms://video.shfc.edu.cn/video4/宣传部/0001.wmv">中丹合作办学简介</A></TD></TR>
<TR onmouseover="this.style.backgroundColor=''" onmouseout="this.style.backgroundColor=''">
<TD vAlign=top width=9>&nbsp;</TD>
<TD width=401><A href="http://www1.shfc.edu.cn/zhutihuodong/anquan.htm">安全文明校园主题活动</A></TD></TR>
<TR onmouseover="this.style.backgroundColor=''" onmouseout="this.style.backgroundColor=''">
<TD vAlign=top width=9>&nbsp;</TD>
<TD width=401>
<DIV align=left><A href="http://shfc.emtoem.com/"><SPAN><SPAN>职前教育网络学堂</SPAN></SPAN></A></DIV></TD></TR></TBODY></TABLE></P>]]></text_content><size>2K</size></text></warexml_O5N05X_0949_1056_shfc_25>
<warexml_Z10478_7073_7006_shfc_25>
<parameters ><title >  <textandfile>  <fileurl/>  <text/>  <ext/>  </textandfile>  </title><width >160px</width><height >26px</height><betweentr >0</betweentr><betweentd >0</betweentd><tishiyu >  <textandfile>  <fileurl/>  <text/>  <ext/>  </textandfile>  </tishiyu><wenhouyu >  <textandfile>  <fileurl/>  <text/>  <ext/>  </textandfile>  </wenhouyu><datetype >1</datetype><timetype >7</timetype><daytype >1</daytype><showcl >no</showcl><timesay >3</timesay></parameters></warexml_Z10478_7073_7006_shfc_25>
<warexml_WNA68L_1775_2563_shfc_25>
<text><pub_time>2007-07-02 14:48:33</pub_time><isHtml>html</isHtml><state>1</state><text_content><![CDATA[<P><IMG height=25 alt="" src="/upload/htmleditor/Image/070702024822.gif" width=169></P>]]></text_content><size>0K</size></text></warexml_WNA68L_1775_2563_shfc_25>
<warexml_N7GFU8_6230_8726_shfc_25>
<text><pub_time>2008-07-09 09:09:43</pub_time><isHtml>html</isHtml><state>1</state><text_content><![CDATA[<TABLE style="WIDTH: 166px" cellSpacing=0 cellPadding=0 width=166 summary="" background="" border=0>
<TBODY>
<TR>
<TD height=20><A href="http://jwc.shfc.edu.cn/pjian/"><FONT style="COLOR: #000000; FONT-FAMILY: 宋体"><STRONG>本科教学评建网</STRONG></FONT></A></TD></TR>
<TR>
<TD height=20><A href="http://dep.shfc.edu.cn/xzjg/renshichu/zuixinzhaopin/zhaopin1.htm"><FONT style="COLOR: #000000"><STRONG>学科带头人、骨干教师招聘</STRONG></FONT></A></TD></TR>
<TR>
<TD height=20><A href="http://192.168.11.16/"><FONT style="COLOR: #000000; FONT-FAMILY: 宋体">OA系统</FONT></A><FONT style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><A href="http://www1.shfc.edu.cn/xinxihua/xinxihua.html"><FONT style="COLOR: #000000; FONT-FAMILY: 宋体">信息化校园</FONT></A></TD></TR>
<TR>
<TD height=20><A href="http://dep.shfc.edu.cn/xzjg/xcb/chengcai/index.asp"><FONT style="COLOR: #000000; FONT-FAMILY: 宋体">成才网</FONT></A><FONT style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><A href="/structure/index"><FONT style="COLOR: #000000; FONT-FAMILY: 宋体">55周年校庆</FONT></A></TD></TR>
<TR>
<TD height=20><A href="http://yingxin.shfc.edu.cn/website/recruitQuery.jsp;jsessionid=1AAA3E73B86D88ABE630481B4710F071
">录取查询</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A href="http://yingxin.shfc.edu.cn/website.jsp"><STRONG>迎新系统</STRONG></A></TD></TR>
<TR>
<TD height=20><A href="http://dep.shfc.edu.cn/caigou/caigouxinxi.htm"><FONT style="COLOR: #000000; FONT-FAMILY: 宋体">招标信息</FONT></A></TD></TR>
<TR>
<TD height=20><A href="http://www1.shfc.edu.cn/shyzhx/index.htm"><FONT style="COLOR: #000000; FONT-FAMILY: 宋体">现代金融实验教学中心</FONT></A></TD></TR>
<TR>
<TD height=20><A href="http://dep.shfc.edu.cn/zf/w001c0111a.html"><FONT style="COLOR: #000000; FONT-FAMILY: 宋体">住房货币化补贴信息栏</FONT></A></TD></TR></TBODY></TABLE>]]></text_content><size>1K</size></text></warexml_N7GFU8_6230_8726_shfc_25>
<warexml_D0U7T2_4874_0108_shfc_25>
<text><pub_time>2008-04-08 16:32:36</pub_time><isHtml>html</isHtml><state>1</state><text_content><![CDATA[<P><IMG height=25 alt="" src="/upload/htmleditor/Image/080408043229.gif" width=169></P>]]></text_content><size>0K</size></text></warexml_D0U7T2_4874_0108_shfc_25>
<warexml_OH8TTO_7877_5593_shfc_25>
<text><pub_time>2008-04-14 13:05:25</pub_time><isHtml>html</isHtml><state>1</state><text_content><![CDATA[<DIV align=left><A href="http://dep.shfc.edu.cn/xblj/tyjxb/index.asp"></A><A href="http://dep.shfc.edu.cn/xblj/guomaoxi/guomao/index.asp"><SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial"><SPAN lang=EN-US><FONT style="FONT-SIZE: 12px">国际经贸学院</FONT></SPAN></SPAN></A><FONT style="FONT-SIZE: 14px; FONT-FAMILY: 宋体">&nbsp;&nbsp;&nbsp; </FONT><A href="http://dep.shfc.edu.cn/xblj/kuaiji/index.asp"><SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial"><SPAN lang=EN-US><FONT style="FONT-SIZE: 12px">会计学院</FONT></SPAN></SPAN></A><?xml:namespace prefix = o /><o:p></o:p></DIV>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 20pt; TEXT-ALIGN: left; mso-line-height-rule: exactly; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-font-kerning: 0pt"></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 20pt; TEXT-ALIGN: left; mso-line-height-rule: exactly; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-font-kerning: 0pt"><A href="http://dep.shfc.edu.cn/xblj/jrbx/index.asp"><SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial"><SPAN lang=EN-US><FONT style="FONT-SIZE: 12px">国际金融保险学院</FONT></SPAN></SPAN></A><o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 20pt; TEXT-ALIGN: left; mso-line-height-rule: exactly; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-font-kerning: 0pt"><A href="http://dep.shfc.edu.cn/xblj/gongshang/index.htm"><SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial"><SPAN lang=EN-US><FONT style="FONT-SIZE: 12px">工商管理系</FONT></SPAN></SPAN></A><FONT style="FONT-SIZE: 14px; FONT-FAMILY: 宋体">&nbsp;&nbsp;&nbsp; </FONT><A href="http://dep.shfc.edu.cn/xblj/xinxixi/index.asp"><SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial"><SPAN lang=EN-US><FONT style="FONT-SIZE: 12px">信息管理系</FONT></SPAN></SPAN></A><o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 20pt; TEXT-ALIGN: left; mso-line-height-rule: exactly; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-font-kerning: 0pt"><A href="http://dep.shfc.edu.cn/xblj/rwys/index.html"><SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial"><SPAN lang=EN-US><FONT style="FONT-SIZE: 12px">人文艺术系</FONT></SPAN></SPAN></A><FONT style="FONT-SIZE: 14px; FONT-FAMILY: 宋体">&nbsp;&nbsp;&nbsp; </FONT><A href="http://dep.shfc.edu.cn/xblj/waiyuxi/default.asp"><SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial"><SPAN lang=EN-US><FONT style="FONT-SIZE: 12px">外语系</FONT></SPAN></SPAN></A><o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 20pt; TEXT-ALIGN: left; mso-line-height-rule: exactly; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-font-kerning: 0pt"><A href="http://dep.shfc.edu.cn/xblj/shuxuexi/appliedmath/index.htm"><SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial"><SPAN lang=EN-US><FONT style="FONT-SIZE: 12px">应用数学系</FONT></SPAN></SPAN></A><FONT style="FONT-SIZE: 14px; FONT-FAMILY: 宋体">&nbsp;&nbsp;&nbsp; </FONT><A href="http://dep.shfc.edu.cn/xzjg/chengjiaochu/jischool/index.asp"><SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial"><SPAN lang=EN-US><FONT style="FONT-SIZE: 12px">继续教育学院</FONT></SPAN></SPAN></A><o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 20pt; TEXT-ALIGN: left; mso-line-height-rule: exactly; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-font-kerning: 0pt"><A href="http://dep.shfc.edu.cn/xblj/shekebu/index.html"><SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial"><SPAN lang=EN-US><FONT style="FONT-SIZE: 12px">社会科学<SPAN lang=EN-US>教学部</SPAN></FONT></SPAN></SPAN></A><o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 20pt; TEXT-ALIGN: left; mso-line-height-rule: exactly; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: Arial; mso-font-kerning: 0pt"><A href="http://dep.shfc.edu.cn/xblj/GUOJIAO/test/index.htm"><SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial"><SPAN lang=EN-US><FONT style="FONT-SIZE: 12px">国际教学部</FONT></SPAN></SPAN></A><FONT style="FONT-SIZE: 14px; FONT-FAMILY: 宋体">&nbsp;&nbsp;&nbsp; </FONT><A href="http://dep.shfc.edu.cn/xblj/tyjxb/index.asp"><SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: 宋体; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial"><SPAN lang=EN-US><FONT style="FONT-SIZE: 12px">体育教学部</FONT></SPAN></SPAN></A><o:p></o:p></SPAN></P>
<P><A href="http://dep.shfc.edu.cn/xblj/tyjxb/index.asp"><SPAN><SPAN><FONT style="FONT-SIZE: 16px; COLOR: #000000"></FONT></SPAN></SPAN></A></P></SPAN>]]></text_content><size>5K</size></text></warexml_OH8TTO_7877_5593_shfc_25>
<warexml_BU8S35_7820_2800_shfc_25>
<text><pub_time>2007-07-02 14:48:55</pub_time><isHtml>html</isHtml><state>1</state><text_content><![CDATA[<P><IMG height=25 alt="" src="/upload/htmleditor/Image/070702024848.gif" width=169></P>]]></text_content><size>0K</size></text></warexml_BU8S35_7820_2800_shfc_25>
<warexml_WI733Y_5822_9173_shfc_25>
<text><pub_time>2008-10-09 12:42:12</pub_time><isHtml>html</isHtml><state>1</state><text_content><![CDATA[<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD>
<DIV align=left>&nbsp;&nbsp;&nbsp; <A href="http://dep.shfc.edu.cn/xzjg/xiaoban/index.htm"><SPAN><SPAN>党办、院办</SPAN></SPAN></A>&nbsp;&nbsp;&nbsp;<A href="http://dep.shfc.edu.cn/xzjg/zuzhibu/index.asp"><SPAN>组织部</SPAN></A></DIV>
<DIV align=left>&nbsp;&nbsp;&nbsp; <A href="http://dep.shfc.edu.cn/xzjg/xcb/index.asp"><SPAN><SPAN>宣传部</SPAN></SPAN></A>&nbsp;&nbsp;&nbsp; &nbsp;<A href="http://dep.shfc.edu.cn/xzjg/xueshengchu/index.asp"><SPAN>学生处</SPAN></A>&nbsp;</DIV>
<DIV align=left>&nbsp;&nbsp;&nbsp; <A href="http://dep.shfc.edu.cn/xzjg/3in1/index.html"><SPAN><SPAN>纪委、监察、审计</SPAN></SPAN></A>&nbsp;</DIV>
<DIV align=left>&nbsp;&nbsp;&nbsp; <A href="http://jwc.shfc.edu.cn/jwc"><SPAN>教务处</SPAN></A>&nbsp;&nbsp;&nbsp; <A href="http://dep.shfc.edu.cn/xzjg/fzghc/fzghc/index.htm"><SPAN><SPAN>发展规划处</SPAN></SPAN></A>&nbsp;</DIV>
<DIV align=left>&nbsp;&nbsp;&nbsp; <A href="http://dep.shfc.edu.cn/xzjg/renshichu/index.htm"><SPAN>人事<SPAN>处</SPAN></SPAN></A>&nbsp;&nbsp;&nbsp;&nbsp; <A href="http://dep.shfc.edu.cn/xzjg/keyanbu/index.htm"><SPAN>科研处</SPAN></A></DIV>
<DIV align=left>&nbsp;&nbsp;&nbsp; <A href="http://dep.shfc.edu.cn/xzjg/xinxiban/xxbnew/">信息化办公室</A>&nbsp; <A href="http://dep.shfc.edu.cn/xzjg/tuanwei2/index.asp"><SPAN>团委</SPAN></A>&nbsp;</DIV>
<DIV align=left>&nbsp;&nbsp;&nbsp; <A href="http://dep.shfc.edu.cn/xzjg/caiwuchu/indexcaiwushouye.htm"><SPAN><SPAN>财务处</SPAN></SPAN></A>&nbsp;&nbsp;&nbsp; <A href="http://dep.shfc.edu.cn/xzjg/gjjlc/index.html"><SPAN>国际交流处</SPAN></A>&nbsp;</DIV>
<DIV align=left>&nbsp;&nbsp;&nbsp; <A href="http://dep.shfc.edu.cn/xzjg/xdjy2/index.asp"><SPAN><SPAN>现代教育中心</SPAN></SPAN></A>&nbsp;&nbsp;<A href="http://lib.shfc.edu.cn/"><SPAN>图书馆</SPAN></A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</DIV></TD></TR></TBODY></TABLE>]]></text_content><size>1K</size></text></warexml_WI733Y_5822_9173_shfc_25>
<warexml_Z5L0H4_0907_4005_shfc_25>
<poweredby><pub_time>2007-05-29 15:59:23</pub_time><isHtml>html</isHtml><state>1</state><content><![CDATA[<P align=center><FONT style="FONT-SIZE: 12px">如有任何问题请与我们联系</FONT><A class=textRC href="maito:meduc@shfc.edu.cn"><FONT style="FONT-SIZE: 12px">meduc@shfc.edu.cn</FONT></A><BR><FONT style="FONT-SIZE: 12px">院址：上海上川路995号&nbsp;&nbsp;&nbsp;&nbsp; 邮编：201209&nbsp;&nbsp;&nbsp;&nbsp; 邮箱：jzzb@shfc.edu.cn&nbsp;<BR>总机：021-50218899&nbsp; 院办：021－50218814&nbsp; 招办：021－50218552</FONT></P>]]></content><size>0K</size></poweredby></warexml_Z5L0H4_0907_4005_shfc_25>
</cicroxml>